#041402

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

Shades of Myrtle #041402

Tints of Myrtle #041402

Color information

#041402 (or 0x041402) is unknown color: approx Myrtle. HEX triplet: 04, 14 and 02. RGB value is (4,20,2). Sum of RGB (Red+Green+Blue) = 4+20+2=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #041402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041402 is #FBEBFD. Grayscale: #0D0D0D. Windows color (decimal): -16509950 or 136196. OLE color: 136196.

HSL color Cylindrical-coordinate representation of color #041402: hue angle of 113.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041402 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB4202-
CMYK0.8000.900.92
HSL113.33º81.82%4.31%-
HSV(B)113.33º90%7.84%-
XYZ0.310.530.14-
YUV13.16121.7121.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 15.38%
GREEN value IS 20 (8.20% from 255) = 76.92%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=15.38%
G=76.92%
B=7.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal42020.8000.900.92113.3381.824.31
Hex41425005A5C71524
Octal424212001321341611224
Binary1001010010101000001011010101110011100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041402; }

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

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

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

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

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

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

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

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