Html Css Color HEX #054811 Deep Fir

📋 copy color: '#054811'

red 5 ◦ green 72 ◦ blue 17

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

Shades of Deep Fir #054811

Tints of Deep Fir #054811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 76.6%

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

R = 5.32%
G = 76.6%
B = 18.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#054811 (or 0x054811) is known color: Deep Fir. HEX triplet: 05, 48 and 11. RGB value is (5,72,17). Sum of RGB (Red+Green+Blue) = 5+72+17=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #054811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054811 is #FAB7EE. Grayscale: #2D2D2D. Windows color (decimal): -16431087 or 1132549. OLE color: 1132549.

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

Color convert

RGB 5 72 17 -
CMYK 0.93 0 0.76 0.72
HSL 130.75º 0.87% 0.15% -
HSV(B) 130.75º 0.93% 0.28% -
XYZ 2.48 4.71 1.31 -
YUV 45.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 5 72 17 0.93 0 0.76 0.72 130.75 0.87 0.15
Hex 5 48 11 5D 0 4C 48 83 57 F
Octal 5 110 21 135 0 114 110 203 127 17
Binary 101 1001000 10001 1011101 0 1001100 1001000 10000011 1010111 1111

Color Harmonies of #054811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054811

Black with #054811

Text Example


Text Example

White with #054811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054811; }

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

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

background-color css

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

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

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

border-color css

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

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

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