#054610

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

Shades of Deep Fir #054610

Tints of Deep Fir #054610

Color information

#054610 (or 0x054610) is unknown color: approx Deep Fir. HEX triplet: 05, 46 and 10. RGB value is (5,70,16). Sum of RGB (Red+Green+Blue) = 5+70+16=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #054610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054610 is #FAB9EF. Grayscale: #2C2C2C. Windows color (decimal): -16431600 or 1066501. OLE color: 1066501.

HSL color Cylindrical-coordinate representation of color #054610: hue angle of 130.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054610 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB57016-
CMYK0.9300.770.73
HSL130.15º86.67%14.71%-
HSV(B)130.15º92.86%27.45%-
XYZ2.354.451.23-
YUV44.41111.9799.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 70 (27.73% from 255) = 76.92%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=5.49%
G=76.92%
B=17.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570160.9300.770.73130.1586.6714.71
Hex546105D04D498257f
Octal510620135011511120212717
Binary10110001101000010111010100110110010011000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054610; }

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

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

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

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

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

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

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

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