Html Css Color HEX #054911 Deep Fir

📋 copy color: '#054911'

red 5 ◦ green 73 ◦ blue 17

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

Shades of Deep Fir #054911

Tints of Deep Fir #054911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 76.84%

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

R = 5.26%
G = 76.84%
B = 17.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#054911 (or 0x054911) is known color: Deep Fir. HEX triplet: 05, 49 and 11. RGB value is (5,73,17). Sum of RGB (Red+Green+Blue) = 5+73+17=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #054911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054911 is #FAB6EE. Grayscale: #2E2E2E. Windows color (decimal): -16430831 or 1132805. OLE color: 1132805.

HSL color Cylindrical-coordinate representation of color #054911: hue angle of 130.59º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054911 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 17 -
CMYK 0.93 0 0.77 0.71
HSL 130.59º 0.87% 0.15% -
HSV(B) 130.59º 0.93% 0.29% -
XYZ 2.55 4.84 1.33 -
YUV 46.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 5 73 17 0.93 0 0.77 0.71 130.59 0.87 0.15
Hex 5 49 11 5D 0 4D 47 83 57 F
Octal 5 111 21 135 0 115 107 203 127 17
Binary 101 1001001 10001 1011101 0 1001101 1000111 10000011 1010111 1111

Color Harmonies of #054911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054911

Black with #054911

Text Example


Text Example

White with #054911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054911; }

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

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

background-color css

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

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

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

border-color css

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

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

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