#03420A

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

Shades of Myrtle #03420A

Tints of Myrtle #03420A

Color information

#03420A (or 0x03420A) is unknown color: approx Myrtle. HEX triplet: 03, 42 and 0A. RGB value is (3,66,10). Sum of RGB (Red+Green+Blue) = 3+66+10=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 66 (26.17% from 255 or 83.54% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 66 - color contains mainly: green. Hex color #03420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03420A is #FCBDF5. Grayscale: #282828. Windows color (decimal): -16563702 or 672259. OLE color: 672259.

HSL color Cylindrical-coordinate representation of color #03420A: hue angle of 126.67º 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 #03420A is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB36610-
CMYK0.9500.850.74
HSL126.67º91.3%13.53%-
HSV(B)126.67º95.45%25.88%-
XYZ2.043.940.94-
YUV40.78110.63101.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 66 (26.17% from 255) = 83.54%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=3.80%
G=83.54%
B=12.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366100.9500.850.74126.6791.313.53
Hex342A5F0554A7f5be
Octal310212137012511217713316
Binary11100001010101011111010101011001010111111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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