#05440F

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

Shades of Deep Fir #05440F

Tints of Deep Fir #05440F

Color information

#05440F (or 0x05440F) is unknown color: approx Deep Fir. HEX triplet: 05, 44 and 0F. RGB value is (5,68,15). Sum of RGB (Red+Green+Blue) = 5+68+15=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #05440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05440F is #FABBF0. Grayscale: #2B2B2B. Windows color (decimal): -16432113 or 1000453. OLE color: 1000453.

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

Color convert

RGB56815-
CMYK0.9300.780.73
HSL129.52º86.3%14.31%-
HSV(B)129.52º92.65%26.67%-
XYZ2.224.21.15-
YUV43.12112.13100.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 68 (26.95% from 255) = 77.27%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=5.68%
G=77.27%
B=17.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568150.9300.780.73129.5286.314.31
Hex544F5D04E498256e
Octal510417135011611120212616
Binary1011000100111110111010100111010010011000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,68,15); }

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

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

 a { background-color: rgb(5,68,15); }

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

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

 span { border-color: rgb(5,68,15); }

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