#05360E

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

Shades of Deep Fir #05360E

Tints of Deep Fir #05360E

Color information

#05360E (or 0x05360E) is unknown color: approx Deep Fir. HEX triplet: 05, 36 and 0E. RGB value is (5,54,14). Sum of RGB (Red+Green+Blue) = 5+54+14=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #05360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05360E is #FAC9F1. Grayscale: #222222. Windows color (decimal): -16435698 or 931333. OLE color: 931333.

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

Color convert

RGB55414-
CMYK0.9100.740.79
HSL131.02º83.05%11.57%-
HSV(B)131.02º90.74%21.18%-
XYZ1.462.70.86-
YUV34.79116.27106.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 54 (21.48% from 255) = 73.97%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=6.85%
G=73.97%
B=19.18%

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
Decimal554140.9100.740.79131.0283.0511.57
Hex536E5B04A4F8353c
Octal56616133011211720312314
Binary101110110111010110110100101010011111000001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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