#03420C

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

Shades of Deep Fir #03420C

Tints of Deep Fir #03420C

Color information

#03420C (or 0x03420C) is unknown color: approx Deep Fir. HEX triplet: 03, 42 and 0C. RGB value is (3,66,12). Sum of RGB (Red+Green+Blue) = 3+66+12=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 66 (26.17% from 255 or 81.48% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 66 - color contains mainly: green. Hex color #03420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03420C is #FCBDF3. Grayscale: #292929. Windows color (decimal): -16563700 or 803331. OLE color: 803331.

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

Color convert

RGB36612-
CMYK0.9500.820.74
HSL128.57º91.3%13.53%-
HSV(B)128.57º95.45%25.88%-
XYZ2.053.941-
YUV41.01111.63100.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 66 (26.17% from 255) = 81.48%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=3.70%
G=81.48%
B=14.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366120.9500.820.74128.5791.313.53
Hex342C5F0524A815be
Octal310214137012211220113316
Binary111000010110010111110101001010010101000000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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