#596e14

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

Shades of Fiji Green #596E14

Tints of Fiji Green #596E14

Color information

#596E14 (or 0x596E14) is unknown color: approx Fiji Green. HEX triplet: 59, 6E and 14. RGB value is (89,110,20). Sum of RGB (Red+Green+Blue) = 89+110+20=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #596E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596E14 is #A691EB. Grayscale: #5D5D5D. Windows color (decimal): -10916332 or 1338969. OLE color: 1338969.

HSL color Cylindrical-coordinate representation of color #596E14: hue angle of 74º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #596E14 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB8911020-
CMYK0.1900.820.57
HSL74º69.23%25.49%-
HSV(B)74º81.82%43.14%-
XYZ9.8213.332.72-
YUV93.4686.54124.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 110 (43.36% from 255) = 50.23%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=40.64%
G=50.23%
B=9.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89110200.1900.820.577469.2325.49
Hex596E1413052394a4519
Octal131156242301227111210531
Binary101100111011101010010011010100101110011001010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,110,20); }

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

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

 a { background-color: rgb(89,110,20); }

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

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

 span { border-color: rgb(89,110,20); }

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