#052909

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

Shades of Deep Fir #052909

Tints of Deep Fir #052909

Color information

#052909 (or 0x052909) is unknown color: approx Deep Fir. HEX triplet: 05, 29 and 09. RGB value is (5,41,9). Sum of RGB (Red+Green+Blue) = 5+41+9=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 41 (16.41% from 255 or 74.55% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 41 - color contains mainly: green. Hex color #052909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052909 is #FAD6F6. Grayscale: #1A1A1A. Windows color (decimal): -16439031 or 600325. OLE color: 600325.

HSL color Cylindrical-coordinate representation of color #052909: hue angle of 126.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052909 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB5419-
CMYK0.8800.780.84
HSL126.67º78.26%9.02%-
HSV(B)126.67º87.8%16.08%-
XYZ0.91.640.53-
YUV26.59118.07112.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 41 (16.41% from 255) = 74.55%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=9.09%
G=74.55%
B=16.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal54190.8800.780.84126.6778.269.02
Hex52995804E547f4e9
Octal55111130011612417711611
Binary10110100110011011000010011101010100111111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052909; }

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

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

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

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

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

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

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

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