#05320C

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

Shades of Deep Fir #05320C

Tints of Deep Fir #05320C

Color information

#05320C (or 0x05320C) is unknown color: approx Deep Fir. HEX triplet: 05, 32 and 0C. RGB value is (5,50,12). Sum of RGB (Red+Green+Blue) = 5+50+12=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #05320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320C is #FACDF3. Grayscale: #202020. Windows color (decimal): -16436724 or 799237. OLE color: 799237.

HSL color Cylindrical-coordinate representation of color #05320C: hue angle of 129.33º 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 #05320C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB55012-
CMYK0.9000.760.80
HSL129.33º81.82%10.78%-
HSV(B)129.33º90%19.61%-
XYZ1.272.340.73-
YUV32.21116.59108.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 50 (19.92% from 255) = 74.63%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=7.46%
G=74.63%
B=17.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550120.9000.760.80129.3381.8210.78
Hex532C5A04C508152b
Octal56214132011412020112213
Binary101110010110010110100100110010100001000000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05320C; }

 p { color: rgb(5,50,12); }

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

<style>
 a { background-color: #05320C; }

 a { background-color: rgb(5,50,12); }

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

<style>
 span { border-color: #05320C; }

 span { border-color: rgb(5,50,12); }

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