Html Css Color HEX #04360F Deep Fir

📋 copy color: '#04360F'

red 4 ◦ green 54 ◦ blue 15

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

Shades of Deep Fir #04360F

Tints of Deep Fir #04360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20.55%

R = 5.48%
G = 73.97%
B = 20.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#04360F (or 0x04360F) is known color: Deep Fir. HEX triplet: 04, 36 and 0F. RGB value is (4,54,15). Sum of RGB (Red+Green+Blue) = 4+54+15=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #04360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04360F is #FBC9F0. Grayscale: #222222. Windows color (decimal): -16501233 or 996868. OLE color: 996868.

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

Color convert

RGB 4 54 15 -
CMYK 0.93 0 0.72 0.79
HSL 133.2º 0.86% 0.11% -
HSV(B) 133.2º 0.93% 0.21% -
XYZ 1.46 2.7 0.9 -
YUV 34.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 4 54 15 0.93 0 0.72 0.79 133.2 0.86 0.11
Hex 4 36 F 5D 0 48 4F 85 56 B
Octal 4 66 17 135 0 110 117 205 126 13
Binary 100 110110 1111 1011101 0 1001000 1001111 10000101 1010110 1011

Color Harmonies of #04360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04360F

Black with #04360F

Text Example


Text Example

White with #04360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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