#05400F

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

Shades of Deep Fir #05400F

Tints of Deep Fir #05400F

Color information

#05400F (or 0x05400F) is unknown color: approx Deep Fir. HEX triplet: 05, 40 and 0F. RGB value is (5,64,15). Sum of RGB (Red+Green+Blue) = 5+64+15=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #05400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05400F is #FABFF0. Grayscale: #282828. Windows color (decimal): -16433137 or 999429. OLE color: 999429.

HSL color Cylindrical-coordinate representation of color #05400F: hue angle of 130.17º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05400F is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB56415-
CMYK0.9200.770.75
HSL130.17º85.51%13.53%-
HSV(B)130.17º92.19%25.1%-
XYZ1.983.731.07-
YUV40.77113.45102.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 64 (25.39% from 255) = 76.19%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=5.95%
G=76.19%
B=17.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564150.9200.770.75130.1785.5113.53
Hex540F5C04D4B8256e
Octal510017134011511320212616
Binary1011000000111110111000100110110010111000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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