#05350E

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

Shades of Deep Fir #05350E

Tints of Deep Fir #05350E

Color information

#05350E (or 0x05350E) is unknown color: approx Deep Fir. HEX triplet: 05, 35 and 0E. RGB value is (5,53,14). Sum of RGB (Red+Green+Blue) = 5+53+14=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #05350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05350E is #FACAF1. Grayscale: #222222. Windows color (decimal): -16435954 or 931077. OLE color: 931077.

HSL color Cylindrical-coordinate representation of color #05350E: hue angle of 131.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05350E is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB55314-
CMYK0.9100.740.79
HSL131.25º82.76%11.37%-
HSV(B)131.25º90.57%20.78%-
XYZ1.412.610.84-
YUV34.2116.6107.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 53 (21.09% from 255) = 73.61%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=6.94%
G=73.61%
B=19.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553140.9100.740.79131.2582.7611.37
Hex535E5B04A4F8353b
Octal56516133011211720312313
Binary101110101111010110110100101010011111000001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05350E; }

 p { color: rgb(5,53,14); }

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

<style>
 a { background-color: #05350E; }

 a { background-color: rgb(5,53,14); }

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

<style>
 span { border-color: #05350E; }

 span { border-color: rgb(5,53,14); }

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