#03420E

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

Shades of Deep Fir #03420E

Tints of Deep Fir #03420E

Color information

#03420E (or 0x03420E) is unknown color: approx Deep Fir. HEX triplet: 03, 42 and 0E. RGB value is (3,66,14). Sum of RGB (Red+Green+Blue) = 3+66+14=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #03420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03420E is #FCBDF1. Grayscale: #292929. Windows color (decimal): -16563698 or 934403. OLE color: 934403.

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

Color convert

RGB36614-
CMYK0.9500.790.74
HSL130.48º91.3%13.53%-
HSV(B)130.48º95.45%25.88%-
XYZ2.073.951.07-
YUV41.24112.63100.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 66 (26.17% from 255) = 79.52%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=3.61%
G=79.52%
B=16.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366140.9500.790.74130.4891.313.53
Hex342E5F04F4A825be
Octal310216137011711220213316
Binary111000010111010111110100111110010101000001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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