#05270C

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

Shades of Deep Fir #05270C

Tints of Deep Fir #05270C

Color information

#05270C (or 0x05270C) is unknown color: approx Deep Fir. HEX triplet: 05, 27 and 0C. RGB value is (5,39,12). Sum of RGB (Red+Green+Blue) = 5+39+12=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 39 (15.62% from 255 or 69.64% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 39 - color contains mainly: green. Hex color #05270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05270C is #FAD8F3. Grayscale: #191919. Windows color (decimal): -16439540 or 796421. OLE color: 796421.

HSL color Cylindrical-coordinate representation of color #05270C: hue angle of 132.35º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05270C is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB53912-
CMYK0.8700.690.85
HSL132.35º77.27%8.63%-
HSV(B)132.35º87.18%15.29%-
XYZ0.851.510.59-
YUV25.76120.24113.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 39 (15.62% from 255) = 69.64%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=8.93%
G=69.64%
B=21.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal539120.8700.690.85132.3577.278.63
Hex527C5704555844d9
Octal54714127010512520411511
Binary101100111110010101110100010110101011000010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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