#046F42

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

Shades of Jewel #046F42

Tints of Jewel #046F42

Color information

#046F42 (or 0x046F42) is unknown color: approx Jewel. HEX triplet: 04, 6F and 42. RGB value is (4,111,66). Sum of RGB (Red+Green+Blue) = 4+111+66=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 111 (43.75% from 255 or 61.33% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 111 - color contains mainly: green. Hex color #046F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F42 is #FB90BD. Grayscale: #494949. Windows color (decimal): -16486590 or 4353796. OLE color: 4353796.

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

Color convert

RGB411166-
CMYK0.9600.410.56
HSL154.77º93.04%22.55%-
HSV(B)154.77º96.4%43.53%-
XYZ6.7211.797.08-
YUV73.88123.5578.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 111 (43.75% from 255) = 61.33%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=2.21%
G=61.33%
B=36.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111660.9600.410.56154.7793.0422.55
Hex46F4260029389b5d17
Octal41571021400517023313527
Binary100110111110000101100000010100111100010011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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