Html Css Color HEX #054611 Deep Fir

📋 copy color: '#054611'

red 5 ◦ green 70 ◦ blue 17

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

Shades of Deep Fir #054611

Tints of Deep Fir #054611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 76.09%

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

R = 5.43%
G = 76.09%
B = 18.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#054611 (or 0x054611) is known color: Deep Fir. HEX triplet: 05, 46 and 11. RGB value is (5,70,17). Sum of RGB (Red+Green+Blue) = 5+70+17=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #054611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054611 is #FAB9EE. Grayscale: #2C2C2C. Windows color (decimal): -16431599 or 1132037. OLE color: 1132037.

HSL color Cylindrical-coordinate representation of color #054611: hue angle of 131.08º degrees, saturation: 0.87, 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 #054611 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 70 17 -
CMYK 0.93 0 0.76 0.73
HSL 131.08º 0.87% 0.15% -
HSV(B) 131.08º 0.93% 0.27% -
XYZ 2.35 4.45 1.27 -
YUV 44.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 5 70 17 0.93 0 0.76 0.73 131.08 0.87 0.15
Hex 5 46 11 5D 0 4C 49 83 57 F
Octal 5 106 21 135 0 114 111 203 127 17
Binary 101 1000110 10001 1011101 0 1001100 1001001 10000011 1010111 1111

Color Harmonies of #054611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054611

Black with #054611

Text Example


Text Example

White with #054611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054611; }

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

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

background-color css

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

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

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

border-color css

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

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

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