#05360B

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

Shades of Deep Fir #05360B

Tints of Deep Fir #05360B

Color information

#05360B (or 0x05360B) is unknown color: approx Deep Fir. HEX triplet: 05, 36 and 0B. RGB value is (5,54,11). Sum of RGB (Red+Green+Blue) = 5+54+11=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 54 (21.48% from 255 or 77.14% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 54 - color contains mainly: green. Hex color #05360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05360B is #FAC9F4. Grayscale: #222222. Windows color (decimal): -16435701 or 734725. OLE color: 734725.

HSL color Cylindrical-coordinate representation of color #05360B: hue angle of 127.35º 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 #05360B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB55411-
CMYK0.9100.800.79
HSL127.35º83.05%11.57%-
HSV(B)127.35º90.74%21.18%-
XYZ1.442.690.76-
YUV34.45114.77107-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 54 (21.48% from 255) = 77.14%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=7.14%
G=77.14%
B=15.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554110.9100.800.79127.3583.0511.57
Hex536B5B0504F7f53c
Octal56613133012011717712314
Binary10111011010111011011010100001001111111111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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