#041802

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

Shades of Myrtle #041802

Tints of Myrtle #041802

Color information

#041802 (or 0x041802) is unknown color: approx Myrtle. HEX triplet: 04, 18 and 02. RGB value is (4,24,2). Sum of RGB (Red+Green+Blue) = 4+24+2=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 24 (9.77% from 255 or 80% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 24 - color contains mainly: green. Hex color #041802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041802 is #FBE7FD. Grayscale: #0F0F0F. Windows color (decimal): -16508926 or 137220. OLE color: 137220.

HSL color Cylindrical-coordinate representation of color #041802: hue angle of 114.55º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041802 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB4242-
CMYK0.8300.920.91
HSL114.55º84.62%5.1%-
HSV(B)114.55º91.67%9.41%-
XYZ0.390.680.17-
YUV15.51120.37119.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.33%
GREEN value IS 24 (9.77% from 255) = 80%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=13.33%
G=80%
B=6.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal42420.8300.920.91114.5584.625.1
Hex41825305C5B73555
Octal430212301341331631255
Binary1001100010101001101011100101101111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041802; }

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

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

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

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

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

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

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

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