#05390F

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

Shades of Deep Fir #05390F

Tints of Deep Fir #05390F

Color information

#05390F (or 0x05390F) is unknown color: approx Deep Fir. HEX triplet: 05, 39 and 0F. RGB value is (5,57,15). Sum of RGB (Red+Green+Blue) = 5+57+15=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #05390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05390F is #FAC6F0. Grayscale: #242424. Windows color (decimal): -16434929 or 997637. OLE color: 997637.

HSL color Cylindrical-coordinate representation of color #05390F: hue angle of 131.54º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05390F is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB55715-
CMYK0.9100.740.78
HSL131.54º83.87%12.16%-
HSV(B)131.54º91.23%22.35%-
XYZ1.612.990.94-
YUV36.66115.77105.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 57 (22.66% from 255) = 74.03%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=6.49%
G=74.03%
B=19.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557150.9100.740.78131.5483.8712.16
Hex539F5B04A4E8454c
Octal57117133011211620412414
Binary101111001111110110110100101010011101000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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