#03420B

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

Shades of Myrtle #03420B

Tints of Myrtle #03420B

Color information

#03420B (or 0x03420B) is unknown color: approx Myrtle. HEX triplet: 03, 42 and 0B. RGB value is (3,66,11). Sum of RGB (Red+Green+Blue) = 3+66+11=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 66 (26.17% from 255 or 82.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 66 - color contains mainly: green. Hex color #03420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03420B is #FCBDF4. Grayscale: #292929. Windows color (decimal): -16563701 or 737795. OLE color: 737795.

HSL color Cylindrical-coordinate representation of color #03420B: hue angle of 127.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03420B is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB36611-
CMYK0.9500.830.74
HSL127.62º91.3%13.53%-
HSV(B)127.62º95.45%25.88%-
XYZ2.053.940.97-
YUV40.89111.13100.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 66 (26.17% from 255) = 82.5%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=3.75%
G=82.5%
B=13.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366110.9500.830.74127.6291.313.53
Hex342B5F0534A805be
Octal310213137012311220013316
Binary111000010101110111110101001110010101000000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03420B; }

 p { color: rgb(3,66,11); }

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

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

 a { background-color: rgb(3,66,11); }

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

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

 span { border-color: rgb(3,66,11); }

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