#041202

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

Shades of Myrtle #041202

Tints of Myrtle #041202

Color information

#041202 (or 0x041202) is unknown color: approx Myrtle. HEX triplet: 04, 12 and 02. RGB value is (4,18,2). Sum of RGB (Red+Green+Blue) = 4+18+2=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 18 (7.42% from 255 or 75% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 18 - color contains mainly: green. Hex color #041202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041202 is #FBEDFD. Grayscale: #0C0C0C. Windows color (decimal): -16510462 or 135684. OLE color: 135684.

HSL color Cylindrical-coordinate representation of color #041202: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041202 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB4182-
CMYK0.7800.890.93
HSL112.5º80%3.92%-
HSV(B)112.5º88.89%7.06%-
XYZ0.280.460.13-
YUV11.99122.36122.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16.67%
GREEN value IS 18 (7.42% from 255) = 75%
BLUE value IS 2 (1.17% from 255) = 8.33%
R=16.67%
G=75%
B=8.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41820.7800.890.93112.5803.92
Hex41224E0595D70504
Octal422211601311351601204
Binary1001001010100111001011001101110111100001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041202; }

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

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

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

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

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

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

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

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