#04450F

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

Shades of Deep Fir #04450F

Tints of Deep Fir #04450F

Color information

#04450F (or 0x04450F) is unknown color: approx Deep Fir. HEX triplet: 04, 45 and 0F. RGB value is (4,69,15). Sum of RGB (Red+Green+Blue) = 4+69+15=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #04450F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04450F is #FBBAF0. Grayscale: #2B2B2B. Windows color (decimal): -16497393 or 1000708. OLE color: 1000708.

HSL color Cylindrical-coordinate representation of color #04450F: hue angle of 130.15º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04450F is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB46915-
CMYK0.9400.780.73
HSL130.15º89.04%14.31%-
HSV(B)130.15º94.2%27.06%-
XYZ2.264.321.17-
YUV43.41111.9799.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 69 (27.34% from 255) = 78.41%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=4.55%
G=78.41%
B=17.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469150.9400.780.73130.1589.0414.31
Hex445F5E04E498259e
Octal410517136011611120213116
Binary1001000101111110111100100111010010011000001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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