Html Css Color HEX #04380F Deep Fir

📋 copy color: '#04380F'

red 4 ◦ green 56 ◦ blue 15

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

Shades of Deep Fir #04380F

Tints of Deep Fir #04380F

RGB

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

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

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

R = 5.33%
G = 74.67%
B = 20%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#04380F (or 0x04380F) is known color: Deep Fir. HEX triplet: 04, 38 and 0F. RGB value is (4,56,15). Sum of RGB (Red+Green+Blue) = 4+56+15=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #04380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04380F is #FBC7F0. Grayscale: #232323. Windows color (decimal): -16500721 or 997380. OLE color: 997380.

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

Color convert

RGB 4 56 15 -
CMYK 0.93 0 0.73 0.78
HSL 132.69º 0.87% 0.12% -
HSV(B) 132.69º 0.93% 0.22% -
XYZ 1.55 2.89 0.93 -
YUV 35.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 4 56 15 0.93 0 0.73 0.78 132.69 0.87 0.12
Hex 4 38 F 5D 0 49 4E 85 57 C
Octal 4 70 17 135 0 111 116 205 127 14
Binary 100 111000 1111 1011101 0 1001001 1001110 10000101 1010111 1100

Color Harmonies of #04380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04380F

Black with #04380F

Text Example


Text Example

White with #04380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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