#052C09

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

Shades of Deep Fir #052C09

Tints of Deep Fir #052C09

Color information

#052C09 (or 0x052C09) is unknown color: approx Deep Fir. HEX triplet: 05, 2C and 09. RGB value is (5,44,9). Sum of RGB (Red+Green+Blue) = 5+44+9=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 44 (17.58% from 255 or 75.86% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 44 - color contains mainly: green. Hex color #052C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C09 is #FAD3F6. Grayscale: #1C1C1C. Windows color (decimal): -16438263 or 601093. OLE color: 601093.

HSL color Cylindrical-coordinate representation of color #052C09: hue angle of 126.15º 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 #052C09 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB5449-
CMYK0.8900.800.83
HSL126.15º79.59%9.61%-
HSV(B)126.15º88.64%17.25%-
XYZ1.011.850.56-
YUV28.35117.08111.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 44 (17.58% from 255) = 75.86%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=8.62%
G=75.86%
B=15.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal54490.8900.800.83126.1579.599.61
Hex52C959050537e50a
Octal55411131012012317612012
Binary10110110010011011001010100001010011111111010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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