Html Css Color HEX #04390C Deep Fir

📋 copy color: '#04390C'

red 4 ◦ green 57 ◦ blue 12

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

Shades of Deep Fir #04390C

Tints of Deep Fir #04390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 78.08%

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

R = 5.48%
G = 78.08%
B = 16.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#04390C (or 0x04390C) is known color: Deep Fir. HEX triplet: 04, 39 and 0C. RGB value is (4,57,12). Sum of RGB (Red+Green+Blue) = 4+57+12=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 57 (22.66% from 255 or 78.08% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 57 - color contains mainly: green. Hex color #04390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04390C is #FBC6F3. Grayscale: #242424. Windows color (decimal): -16500468 or 801028. OLE color: 801028.

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

Color convert

RGB 4 57 12 -
CMYK 0.93 0 0.79 0.78
HSL 129.06º 0.87% 0.12% -
HSV(B) 129.06º 0.93% 0.22% -
XYZ 1.58 2.98 0.84 -
YUV 36.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 4 57 12 0.93 0 0.79 0.78 129.06 0.87 0.12
Hex 4 39 C 5D 0 4F 4E 81 57 C
Octal 4 71 14 135 0 117 116 201 127 14
Binary 100 111001 1100 1011101 0 1001111 1001110 10000001 1010111 1100

Color Harmonies of #04390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04390C

Black with #04390C

Text Example


Text Example

White with #04390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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