#596A1F

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

Shades of Fiji Green #596A1F

Tints of Fiji Green #596A1F

Color information

#596A1F (or 0x596A1F) is unknown color: approx Fiji Green. HEX triplet: 59, 6A and 1F. RGB value is (89,106,31). Sum of RGB (Red+Green+Blue) = 89+106+31=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #596A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596A1F is #A695E0. Grayscale: #5C5C5C. Windows color (decimal): -10917345 or 2058841. OLE color: 2058841.

HSL color Cylindrical-coordinate representation of color #596A1F: hue angle of 73.6º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #596A1F is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB8910631-
CMYK0.1600.710.58
HSL73.6º54.74%26.86%-
HSV(B)73.6º70.75%41.57%-
XYZ9.5212.533.21-
YUV92.3793.37125.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 106 (41.80% from 255) = 46.90%
BLUE value IS 31 (12.5% from 255) = 13.72%
R=39.38%
G=46.90%
B=13.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89106310.1600.710.5873.654.7426.86
Hex596A1F100473A4a371b
Octal13115237200107721126733
Binary10110011101010111111000001000111111010100101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596A1F; }

 p { color: rgb(89,106,31); }

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

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

 a { background-color: rgb(89,106,31); }

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

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

 span { border-color: rgb(89,106,31); }

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