Html Css Color HEX #04360C Deep Fir

📋 copy color: '#04360C'

red 4 ◦ green 54 ◦ blue 12

#04360C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #04360C

Tints of Deep Fir #04360C

RGB

 RED value IS 4 (1.95% from 255) = 5.71%

 GREEN value IS 54 (21.48% from 255) = 77.14%

 BLUE value IS 12 (5.08% from 255) = 17.14%

R = 5.71%
G = 77.14%
B = 17.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#04360C (or 0x04360C) is known color: Deep Fir. HEX triplet: 04, 36 and 0C. RGB value is (4,54,12). Sum of RGB (Red+Green+Blue) = 4+54+12=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 54 (21.48% from 255 or 77.14% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 54 - color contains mainly: green. Hex color #04360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04360C is #FBC9F3. Grayscale: #222222. Windows color (decimal): -16501236 or 800260. OLE color: 800260.

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

Color convert

RGB 4 54 12 -
CMYK 0.93 0 0.78 0.79
HSL 129.6º 0.86% 0.11% -
HSV(B) 129.6º 0.93% 0.21% -
XYZ 1.44 2.69 0.79 -
YUV 34.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 4 54 12 0.93 0 0.78 0.79 129.6 0.86 0.11
Hex 4 36 C 5D 0 4E 4F 82 56 B
Octal 4 66 14 135 0 116 117 202 126 13
Binary 100 110110 1100 1011101 0 1001110 1001111 10000010 1010110 1011

Color Harmonies of #04360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04360C

Black with #04360C

Text Example


Text Example

White with #04360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04360C;
 }
 .AnyTagClassName
 {
   color: #04360C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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