Html Css Color HEX #054011 Deep Fir

📋 copy color: '#054011'

red 5 ◦ green 64 ◦ blue 17

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

Shades of Deep Fir #054011

Tints of Deep Fir #054011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 74.42%

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

R = 5.81%
G = 74.42%
B = 19.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#054011 (or 0x054011) is known color: Deep Fir. HEX triplet: 05, 40 and 11. RGB value is (5,64,17). Sum of RGB (Red+Green+Blue) = 5+64+17=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #054011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054011 is #FABFEE. Grayscale: #292929. Windows color (decimal): -16433135 or 1130501. OLE color: 1130501.

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

Color convert

RGB 5 64 17 -
CMYK 0.92 0 0.73 0.75
HSL 132.2º 0.86% 0.14% -
HSV(B) 132.2º 0.92% 0.25% -
XYZ 2 3.74 1.15 -
YUV 41 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 5 64 17 0.92 0 0.73 0.75 132.2 0.86 0.14
Hex 5 40 11 5C 0 49 4B 84 56 E
Octal 5 100 21 134 0 111 113 204 126 16
Binary 101 1000000 10001 1011100 0 1001001 1001011 10000100 1010110 1110

Color Harmonies of #054011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054011

Black with #054011

Text Example


Text Example

White with #054011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054011; }

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

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

background-color css

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

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

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

border-color css

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

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

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