#054310

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

Shades of Deep Fir #054310

Tints of Deep Fir #054310

Color information

#054310 (or 0x054310) is unknown color: approx Deep Fir. HEX triplet: 05, 43 and 10. RGB value is (5,67,16). Sum of RGB (Red+Green+Blue) = 5+67+16=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #054310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054310 is #FABCEF. Grayscale: #2A2A2A. Windows color (decimal): -16432368 or 1065733. OLE color: 1065733.

HSL color Cylindrical-coordinate representation of color #054310: hue angle of 130.65º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054310 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB56716-
CMYK0.9300.760.74
HSL130.65º86.11%14.12%-
HSV(B)130.65º92.54%26.27%-
XYZ2.164.081.16-
YUV42.65112.96101.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 67 (26.56% from 255) = 76.14%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=5.68%
G=76.14%
B=18.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567160.9300.760.74130.6586.1114.12
Hex543105D04C4A8356e
Octal510320135011411220312616
Binary10110000111000010111010100110010010101000001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054310; }

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

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

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

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

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

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

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

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