#05340F

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

Shades of Deep Fir #05340F

Tints of Deep Fir #05340F

Color information

#05340F (or 0x05340F) is unknown color: approx Deep Fir. HEX triplet: 05, 34 and 0F. RGB value is (5,52,15). Sum of RGB (Red+Green+Blue) = 5+52+15=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #05340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05340F is #FACBF0. Grayscale: #212121. Windows color (decimal): -16436209 or 996357. OLE color: 996357.

HSL color Cylindrical-coordinate representation of color #05340F: hue angle of 132.77º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05340F is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB55215-
CMYK0.9000.710.80
HSL132.77º82.46%11.18%-
HSV(B)132.77º90.38%20.39%-
XYZ1.382.520.87-
YUV33.73117.43107.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 52 (20.70% from 255) = 72.22%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=6.94%
G=72.22%
B=20.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552150.9000.710.80132.7782.4611.18
Hex534F5A047508552b
Octal56417132010712020512213
Binary101110100111110110100100011110100001000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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