Html Css Color HEX #04360E Deep Fir

📋 copy color: '#04360E'

red 4 ◦ green 54 ◦ blue 14

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

Shades of Deep Fir #04360E

Tints of Deep Fir #04360E

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 value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#04360E (or 0x04360E) is known color: 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

RGB 4 54 14 -
CMYK 0.93 0 0.74 0.79
HSL 132º 0.86% 0.11% -
HSV(B) 132º 0.93% 0.21% -
XYZ 1.45 2.7 0.86 -
YUV 34.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 4 54 14 0.93 0 0.74 0.79 132 0.86 0.11
Hex 4 36 E 5D 0 4A 4F 84 56 B
Octal 4 66 16 135 0 112 117 204 126 13
Binary 100 110110 1110 1011101 0 1001010 1001111 10000100 1010110 1011

Color Harmonies of #04360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04360E

Black with #04360E

Text Example


Text Example

White with #04360E

Text Example


Text Example

HTML Codes & Css Web 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>