Html Css Color HEX #04380E Deep Fir

📋 copy color: '#04380E'

red 4 ◦ green 56 ◦ blue 14

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

Shades of Deep Fir #04380E

Tints of Deep Fir #04380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 75.68%

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

R = 5.41%
G = 75.68%
B = 18.92%

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

#04380E (or 0x04380E) is known color: Deep Fir. HEX triplet: 04, 38 and 0E. RGB value is (4,56,14). Sum of RGB (Red+Green+Blue) = 4+56+14=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #04380E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04380E is #FBC7F1. Grayscale: #232323. Windows color (decimal): -16500722 or 931844. OLE color: 931844.

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

Color convert

RGB 4 56 14 -
CMYK 0.93 0 0.75 0.78
HSL 131.54º 0.87% 0.12% -
HSV(B) 131.54º 0.93% 0.22% -
XYZ 1.54 2.89 0.89 -
YUV 35.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 4 56 14 0.93 0 0.75 0.78 131.54 0.87 0.12
Hex 4 38 E 5D 0 4B 4E 84 57 C
Octal 4 70 16 135 0 113 116 204 127 14
Binary 100 111000 1110 1011101 0 1001011 1001110 10000100 1010111 1100

Color Harmonies of #04380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04380E

Black with #04380E

Text Example


Text Example

White with #04380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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