#052C11

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

Shades of Deep Fir #052C11

Tints of Deep Fir #052C11

Color information

#052C11 (or 0x052C11) is unknown color: approx Deep Fir. HEX triplet: 05, 2C and 11. RGB value is (5,44,17). Sum of RGB (Red+Green+Blue) = 5+44+17=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 44 (17.58% from 255 or 66.67% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 44 - color contains mainly: green. Hex color #052C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C11 is #FAD3EE. Grayscale: #1D1D1D. Windows color (decimal): -16438255 or 1125381. OLE color: 1125381.

HSL color Cylindrical-coordinate representation of color #052C11: hue angle of 138.46º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052C11 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB54417-
CMYK0.8900.610.83
HSL138.46º79.59%9.61%-
HSV(B)138.46º88.64%17.25%-
XYZ1.061.870.84-
YUV29.26121.08110.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 44 (17.58% from 255) = 66.67%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=7.58%
G=66.67%
B=25.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal544170.8900.610.83138.4679.599.61
Hex52C115903D538a50a
Octal5542113107512321212012
Binary101101100100011011001011110110100111000101010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052C11; }

 p { color: rgb(5,44,17); }

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

<style>
 a { background-color: #052C11; }

 a { background-color: rgb(5,44,17); }

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

<style>
 span { border-color: #052C11; }

 span { border-color: rgb(5,44,17); }

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