Html Css Color HEX #054D11 Deep Fir

📋 copy color: '#054D11'

red 5 ◦ green 77 ◦ blue 17

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

Shades of Deep Fir #054D11

Tints of Deep Fir #054D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 77.78%

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

R = 5.05%
G = 77.78%
B = 17.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#054D11 (or 0x054D11) is known color: Deep Fir. HEX triplet: 05, 4D and 11. RGB value is (5,77,17). Sum of RGB (Red+Green+Blue) = 5+77+17=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 77 (30.47% from 255 or 77.78% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 77 - color contains mainly: green. Hex color #054D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054D11 is #FAB2EE. Grayscale: #303030. Windows color (decimal): -16429807 or 1133829. OLE color: 1133829.

HSL color Cylindrical-coordinate representation of color #054D11: hue angle of 130º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D11 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 77 17 -
CMYK 0.94 0 0.78 0.70
HSL 130º 0.88% 0.16% -
HSV(B) 130º 0.94% 0.3% -
XYZ 2.82 5.38 1.42 -
YUV 48.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 5 77 17 0.94 0 0.78 0.70 130 0.88 0.16
Hex 5 4D 11 5E 0 4E 46 82 58 10
Octal 5 115 21 136 0 116 106 202 130 20
Binary 101 1001101 10001 1011110 0 1001110 1000110 10000010 1011000 10000

Color Harmonies of #054D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D11

Black with #054D11

Text Example


Text Example

White with #054D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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