Html Css Color HEX #052909 Deep Fir

📋 copy color: '#052909'

red 5 ◦ green 41 ◦ blue 9

#052909
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #052909

Tints of Deep Fir #052909

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 value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#052909 (or 0x052909) is known color: 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

RGB 5 41 9 -
CMYK 0.88 0 0.78 0.84
HSL 126.67º 0.78% 0.09% -
HSV(B) 126.67º 0.88% 0.16% -
XYZ 0.9 1.64 0.53 -
YUV 26.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 5 41 9 0.88 0 0.78 0.84 126.67 0.78 0.09
Hex 5 29 9 58 0 4E 54 7F 4E 9
Octal 5 51 11 130 0 116 124 177 116 11
Binary 101 101001 1001 1011000 0 1001110 1010100 1111111 1001110 1001

Color Harmonies of #052909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052909

Black with #052909

Text Example


Text Example

White with #052909

Text Example


Text Example

HTML Codes & Css Web 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>