Html Css Color HEX #053911 Deep Fir

📋 copy color: '#053911'

red 5 ◦ green 57 ◦ blue 17

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

Shades of Deep Fir #053911

Tints of Deep Fir #053911

RGB

 RED value IS 5 (2.34% from 255) = 6.33%

 GREEN value IS 57 (22.66% from 255) = 72.15%

 BLUE value IS 17 (7.03% from 255) = 21.52%

R = 6.33%
G = 72.15%
B = 21.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#053911 (or 0x053911) is known color: Deep Fir. HEX triplet: 05, 39 and 11. RGB value is (5,57,17). Sum of RGB (Red+Green+Blue) = 5+57+17=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 57 (22.66% from 255 or 72.15% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 57 - color contains mainly: green. Hex color #053911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053911 is #FAC6EE. Grayscale: #242424. Windows color (decimal): -16434927 or 1128709. OLE color: 1128709.

HSL color Cylindrical-coordinate representation of color #053911: hue angle of 133.85º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053911 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 17 -
CMYK 0.91 0 0.70 0.78
HSL 133.85º 0.84% 0.12% -
HSV(B) 133.85º 0.91% 0.22% -
XYZ 1.63 3 1.02 -
YUV 36.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 5 57 17 0.91 0 0.70 0.78 133.85 0.84 0.12
Hex 5 39 11 5B 0 46 4E 86 54 C
Octal 5 71 21 133 0 106 116 206 124 14
Binary 101 111001 10001 1011011 0 1000110 1001110 10000110 1010100 1100

Color Harmonies of #053911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053911

Black with #053911

Text Example


Text Example

White with #053911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053911; }

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

 H1.HeaderClassName
 {
   color: #053911;
 }
 .AnyTagClassName
 {
   color: #053911;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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