#054711

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

Shades of Deep Fir #054711

Tints of Deep Fir #054711

Color information

#054711 (or 0x054711) is unknown color: approx Deep Fir. HEX triplet: 05, 47 and 11. RGB value is (5,71,17). Sum of RGB (Red+Green+Blue) = 5+71+17=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #054711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054711 is #FAB8EE. Grayscale: #2D2D2D. Windows color (decimal): -16431343 or 1132293. OLE color: 1132293.

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

Color convert

RGB57117-
CMYK0.9300.760.72
HSL130.91º86.84%14.9%-
HSV(B)130.91º92.96%27.84%-
XYZ2.424.581.29-
YUV45.11112.1399.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=5.38%
G=76.34%
B=18.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571170.9300.760.72130.9186.8414.9
Hex547115D04C488357f
Octal510721135011411020312717
Binary10110001111000110111010100110010010001000001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054711; }

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

 H1.HeaderClassName
 {
   color: #054711;
 }
 .AnyTagClassName
 {
   color: #054711;
 }
</style>
background-color css

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

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

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

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

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

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