#04350E

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

Shades of Deep Fir #04350E

Tints of Deep Fir #04350E

Color information

#04350E (or 0x04350E) is unknown color: approx Deep Fir. HEX triplet: 04, 35 and 0E. RGB value is (4,53,14). Sum of RGB (Red+Green+Blue) = 4+53+14=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 53 (21.09% from 255 or 74.65% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 53 - color contains mainly: green. Hex color #04350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04350E is #FBCAF1. Grayscale: #222222. Windows color (decimal): -16501490 or 931076. OLE color: 931076.

HSL color Cylindrical-coordinate representation of color #04350E: hue angle of 132.24º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04350E is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB45314-
CMYK0.9200.740.79
HSL132.24º85.96%11.18%-
HSV(B)132.24º92.45%20.78%-
XYZ1.42.60.84-
YUV33.9116.77106.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.63%
GREEN value IS 53 (21.09% from 255) = 74.65%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=5.63%
G=74.65%
B=19.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal453140.9200.740.79132.2485.9611.18
Hex435E5C04A4F8456b
Octal46516134011211720412613
Binary100110101111010111000100101010011111000010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,53,14); }

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

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

 a { background-color: rgb(4,53,14); }

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

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

 span { border-color: rgb(4,53,14); }

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