Html Css Color HEX #04370C Deep Fir

📋 copy color: '#04370C'

red 4 ◦ green 55 ◦ blue 12

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

Shades of Deep Fir #04370C

Tints of Deep Fir #04370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 77.46%

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

R = 5.63%
G = 77.46%
B = 16.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#04370C (or 0x04370C) is known color: Deep Fir. HEX triplet: 04, 37 and 0C. RGB value is (4,55,12). Sum of RGB (Red+Green+Blue) = 4+55+12=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #04370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04370C is #FBC8F3. Grayscale: #222222. Windows color (decimal): -16500980 or 800516. OLE color: 800516.

HSL color Cylindrical-coordinate representation of color #04370C: hue angle of 129.41º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04370C is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 55 12 -
CMYK 0.93 0 0.78 0.78
HSL 129.41º 0.86% 0.12% -
HSV(B) 129.41º 0.93% 0.22% -
XYZ 1.48 2.78 0.81 -
YUV 34.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 4 55 12 0.93 0 0.78 0.78 129.41 0.86 0.12
Hex 4 37 C 5D 0 4E 4E 81 56 C
Octal 4 67 14 135 0 116 116 201 126 14
Binary 100 110111 1100 1011101 0 1001110 1001110 10000001 1010110 1100

Color Harmonies of #04370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04370C

Black with #04370C

Text Example


Text Example

White with #04370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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