#042002

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

Shades of Myrtle #042002

Tints of Myrtle #042002

Color information

#042002 (or 0x042002) is unknown color: approx Myrtle. HEX triplet: 04, 20 and 02. RGB value is (4,32,2). Sum of RGB (Red+Green+Blue) = 4+32+2=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 32 (12.89% from 255 or 84.21% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 32 - color contains mainly: green. Hex color #042002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042002 is #FBDFFD. Grayscale: #141414. Windows color (decimal): -16506878 or 139268. OLE color: 139268.

HSL color Cylindrical-coordinate representation of color #042002: hue angle of 116º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042002 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB4322-
CMYK0.8700.940.87
HSL116º88.24%6.67%-
HSV(B)116º93.75%12.55%-
XYZ0.581.060.23-
YUV20.21117.72116.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 32 (12.89% from 255) = 84.21%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=10.53%
G=84.21%
B=5.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal43220.8700.940.8711688.246.67
Hex42025705E5774587
Octal440212701361271641307
Binary10010000010101011101011110101011111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042002; }

 p { color: rgb(4,32,2); }

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

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

 a { background-color: rgb(4,32,2); }

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

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

 span { border-color: rgb(4,32,2); }

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