#596920

Color #596920 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #596920

Tints of Fiji Green #596920

Color information

#596920 (or 0x596920) is unknown color: approx Fiji Green. HEX triplet: 59, 69 and 20. RGB value is (89,105,32). Sum of RGB (Red+Green+Blue) = 89+105+32=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #596920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596920 is #A696DF. Grayscale: #5C5C5C. Windows color (decimal): -10917600 or 2124121. OLE color: 2124121.

HSL color Cylindrical-coordinate representation of color #596920: hue angle of 73.15º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #596920 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB8910532-
CMYK0.1500.700.59
HSL73.15º53.28%26.86%-
HSV(B)73.15º69.52%41.18%-
XYZ9.4312.333.25-
YUV91.8994.2125.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=39.38%
G=46.46%
B=14.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89105320.1500.700.5973.1553.2826.86
Hex596920F0463B49351b
Octal13115140170106731116533
Binary10110011101001100000111101000110111011100100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596920; }

 p { color: rgb(89,105,32); }

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

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

 a { background-color: rgb(89,105,32); }

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

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

 span { border-color: rgb(89,105,32); }

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