#046F3C

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

Shades of Jewel #046F3C

Tints of Jewel #046F3C

Color information

#046F3C (or 0x046F3C) is unknown color: approx Jewel. HEX triplet: 04, 6F and 3C. RGB value is (4,111,60). Sum of RGB (Red+Green+Blue) = 4+111+60=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #046F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F3C is #FB90C3. Grayscale: #494949. Windows color (decimal): -16486596 or 3960580. OLE color: 3960580.

HSL color Cylindrical-coordinate representation of color #046F3C: hue angle of 151.4º 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 #046F3C is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB411160-
CMYK0.9600.460.56
HSL151.4º93.04%22.55%-
HSV(B)151.4º96.4%43.53%-
XYZ6.5511.726.19-
YUV73.19120.5578.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 111 (43.75% from 255) = 63.43%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=2.29%
G=63.43%
B=34.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111600.9600.460.56151.493.0422.55
Hex46F3C6002E38975d17
Octal4157741400567022713527
Binary10011011111111001100000010111011100010010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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