Html Css Color HEX #054511 Deep Fir

📋 copy color: '#054511'

red 5 ◦ green 69 ◦ blue 17

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

Shades of Deep Fir #054511

Tints of Deep Fir #054511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 75.82%

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

R = 5.49%
G = 75.82%
B = 18.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#054511 (or 0x054511) is known color: Deep Fir. HEX triplet: 05, 45 and 11. RGB value is (5,69,17). Sum of RGB (Red+Green+Blue) = 5+69+17=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #054511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054511 is #FABAEE. Grayscale: #2C2C2C. Windows color (decimal): -16431855 or 1131781. OLE color: 1131781.

HSL color Cylindrical-coordinate representation of color #054511: hue angle of 131.25º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054511 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 69 17 -
CMYK 0.93 0 0.75 0.73
HSL 131.25º 0.86% 0.15% -
HSV(B) 131.25º 0.93% 0.27% -
XYZ 2.29 4.33 1.25 -
YUV 43.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 5 69 17 0.93 0 0.75 0.73 131.25 0.86 0.15
Hex 5 45 11 5D 0 4B 49 83 56 F
Octal 5 105 21 135 0 113 111 203 126 17
Binary 101 1000101 10001 1011101 0 1001011 1001001 10000011 1010110 1111

Color Harmonies of #054511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054511

Black with #054511

Text Example


Text Example

White with #054511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054511; }

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

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

background-color css

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

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

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

border-color css

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

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

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