#054710

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

Shades of Deep Fir #054710

Tints of Deep Fir #054710

Color information

#054710 (or 0x054710) is unknown color: approx Deep Fir. HEX triplet: 05, 47 and 10. RGB value is (5,71,16). Sum of RGB (Red+Green+Blue) = 5+71+16=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #054710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054710 is #FAB8EF. Grayscale: #2D2D2D. Windows color (decimal): -16431344 or 1066757. OLE color: 1066757.

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

Color convert

RGB57116-
CMYK0.9300.770.72
HSL130º86.84%14.9%-
HSV(B)130º92.96%27.84%-
XYZ2.414.581.25-
YUV45111.6399.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 71 (28.12% from 255) = 77.17%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=5.43%
G=77.17%
B=17.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571160.9300.770.7213086.8414.9
Hex547105D04D488257f
Octal510720135011511020212717
Binary10110001111000010111010100110110010001000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054710; }

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

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

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

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

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

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

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

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