#046f3f

Color #046F3F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #046F3F

Tints of Jewel #046F3F

Color information

#046F3F (or 0x046F3F) is unknown color: approx Jewel. HEX triplet: 04, 6F and 3F. RGB value is (4,111,63). Sum of RGB (Red+Green+Blue) = 4+111+63=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #046F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F3F is #FB90C0. Grayscale: #494949. Windows color (decimal): -16486593 or 4157188. OLE color: 4157188.

HSL color Cylindrical-coordinate representation of color #046F3F: hue angle of 153.08º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F3F is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB411163-
CMYK0.9600.430.56
HSL153.08º93.04%22.55%-
HSV(B)153.08º96.4%43.53%-
XYZ6.6311.756.62-
YUV73.54122.0578.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.25%
GREEN value IS 111 (43.75% from 255) = 62.36%
BLUE value IS 63 (25% from 255) = 35.39%
R=2.25%
G=62.36%
B=35.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111630.9600.430.56153.0893.0422.55
Hex46F3F6002B38995d17
Octal4157771400537023113527
Binary10011011111111111100000010101111100010011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046f3f; }

 p { color: rgb(4,111,63); }

 H1.HeaderClassName
 {
   color: #046f3f;
 }
 .AnyTagClassName
 {
   color: #046f3f;
 }
</style>
background-color css

<style>
 a { background-color: #046f3f; }

 a { background-color: rgb(4,111,63); }

 div.DivClassName
 {
   background-color: #046f3f;
 }
 .BgClassName
 {
   background-color: #046f3f;
 }
</style>
border-color css

<style>
 span { border-color: #046f3f; }

 span { border-color: rgb(4,111,63); }

 td.TdClassName
 {
   border-color: #046f3f;
 }
 .TagClassName
 {
   border-color: #046f3f;
 }
</style>