#04360E

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

Shades of Deep Fir #04360E

Tints of Deep Fir #04360E

Color information

#04360E (or 0x04360E) is unknown color: approx Deep Fir. HEX triplet: 04, 36 and 0E. RGB value is (4,54,14). Sum of RGB (Red+Green+Blue) = 4+54+14=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 54 (21.48% from 255 or 75% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 54 - color contains mainly: green. Hex color #04360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04360E is #FBC9F1. Grayscale: #222222. Windows color (decimal): -16501234 or 931332. OLE color: 931332.

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

Color convert

RGB45414-
CMYK0.9300.740.79
HSL132º86.21%11.37%-
HSV(B)132º92.59%21.18%-
XYZ1.452.70.86-
YUV34.49116.44106.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.56%
GREEN value IS 54 (21.48% from 255) = 75%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=5.56%
G=75%
B=19.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal454140.9300.740.7913286.2111.37
Hex436E5D04A4F8456b
Octal46616135011211720412613
Binary100110110111010111010100101010011111000010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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