#04360D

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

Shades of Deep Fir #04360D

Tints of Deep Fir #04360D

Color information

#04360D (or 0x04360D) is unknown color: approx Deep Fir. HEX triplet: 04, 36 and 0D. RGB value is (4,54,13). Sum of RGB (Red+Green+Blue) = 4+54+13=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 54 (21.48% from 255 or 76.06% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 54 - color contains mainly: green. Hex color #04360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04360D is #FBC9F2. Grayscale: #222222. Windows color (decimal): -16501235 or 865796. OLE color: 865796.

HSL color Cylindrical-coordinate representation of color #04360D: hue angle of 130.8º 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 #04360D is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB45413-
CMYK0.9300.760.79
HSL130.8º86.21%11.37%-
HSV(B)130.8º92.59%21.18%-
XYZ1.442.690.82-
YUV34.38115.94106.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.63%
GREEN value IS 54 (21.48% from 255) = 76.06%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=5.63%
G=76.06%
B=18.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal454130.9300.760.79130.886.2111.37
Hex436D5D04C4F8356b
Octal46615135011411720312613
Binary100110110110110111010100110010011111000001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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