#04380D

Color #04380D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #04380D

Tints of Deep Fir #04380D

Color information

#04380D (or 0x04380D) is unknown color: approx Deep Fir. HEX triplet: 04, 38 and 0D. RGB value is (4,56,13). Sum of RGB (Red+Green+Blue) = 4+56+13=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #04380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04380D is #FBC7F2. Grayscale: #232323. Windows color (decimal): -16500723 or 866308. OLE color: 866308.

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

Color convert

RGB45613-
CMYK0.9300.770.78
HSL130.38º86.67%11.76%-
HSV(B)130.38º92.86%21.96%-
XYZ1.542.880.86-
YUV35.55115.27105.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 56 (22.27% from 255) = 76.71%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=5.48%
G=76.71%
B=17.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal456130.9300.770.78130.3886.6711.76
Hex438D5D04D4E8257c
Octal47015135011511620212714
Binary100111000110110111010100110110011101000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04380D;
 }
 .AnyTagClassName
 {
   color: #04380D;
 }
</style>
background-color css

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

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

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

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

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

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