#054011

Color #054011 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #054011

Tints of Deep Fir #054011

Color information

#054011 (or 0x054011) is unknown color: approx 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

RGB56417-
CMYK0.9200.730.75
HSL132.2º85.51%13.53%-
HSV(B)132.2º92.19%25.1%-
XYZ23.741.15-
YUV41114.45102.32-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564170.9200.730.75132.285.5113.53
Hex540115C0494B8456e
Octal510021134011111320412616
Binary10110000001000110111000100100110010111000010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>