#042102

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

Shades of Myrtle #042102

Tints of Myrtle #042102

Color information

#042102 (or 0x042102) is unknown color: approx Myrtle. HEX triplet: 04, 21 and 02. RGB value is (4,33,2). Sum of RGB (Red+Green+Blue) = 4+33+2=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 33 (13.28% from 255 or 84.62% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 33 - color contains mainly: green. Hex color #042102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042102 is #FBDEFD. Grayscale: #141414. Windows color (decimal): -16506622 or 139524. OLE color: 139524.

HSL color Cylindrical-coordinate representation of color #042102: hue angle of 116.13º degrees, saturation: 0.89, 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 #042102 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB4332-
CMYK0.8800.940.87
HSL116.13º88.57%6.86%-
HSV(B)116.13º93.94%12.94%-
XYZ0.61.120.24-
YUV20.8117.39116.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 33 (13.28% from 255) = 84.62%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=10.26%
G=84.62%
B=5.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal43320.8800.940.87116.1388.576.86
Hex42125805E5774597
Octal441213001361271641317
Binary10010000110101100001011110101011111101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042102; }

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

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

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

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

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

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

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

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