Html Css Color HEX #04390E Deep Fir

📋 copy color: '#04390E'

red 4 ◦ green 57 ◦ blue 14

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

Shades of Deep Fir #04390E

Tints of Deep Fir #04390E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.67%

R = 5.33%
G = 76%
B = 18.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#04390E (or 0x04390E) is known color: Deep Fir. HEX triplet: 04, 39 and 0E. RGB value is (4,57,14). Sum of RGB (Red+Green+Blue) = 4+57+14=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 57 (22.66% from 255 or 76% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 57 - color contains mainly: green. Hex color #04390E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04390E is #FBC6F1. Grayscale: #242424. Windows color (decimal): -16500466 or 932100. OLE color: 932100.

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

Color convert

RGB 4 57 14 -
CMYK 0.93 0 0.75 0.78
HSL 131.32º 0.87% 0.12% -
HSV(B) 131.32º 0.93% 0.22% -
XYZ 1.59 2.98 0.91 -
YUV 36.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 4 57 14 0.93 0 0.75 0.78 131.32 0.87 0.12
Hex 4 39 E 5D 0 4B 4E 83 57 C
Octal 4 71 16 135 0 113 116 203 127 14
Binary 100 111001 1110 1011101 0 1001011 1001110 10000011 1010111 1100

Color Harmonies of #04390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04390E

Black with #04390E

Text Example


Text Example

White with #04390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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