#5A7420

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

Shades of Fiji Green #5A7420

Tints of Fiji Green #5A7420

Color information

#5A7420 (or 0x5A7420) is unknown color: approx Fiji Green. HEX triplet: 5A, 74 and 20. RGB value is (90,116,32). Sum of RGB (Red+Green+Blue) = 90+116+32=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7420 is #A58BDF. Grayscale: #626262. Windows color (decimal): -10849248 or 2126938. OLE color: 2126938.

HSL color Cylindrical-coordinate representation of color #5A7420: hue angle of 78.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A7420 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB9011632-
CMYK0.2200.720.55
HSL78.57º56.76%29.02%-
HSV(B)78.57º72.41%45.49%-
XYZ10.7214.773.65-
YUV98.6590.39121.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=37.82%
G=48.74%
B=13.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90116320.2200.720.5578.5756.7629.02
Hex5A742016048374f391d
Octal13216440260110671177135
Binary101101011101001000001011001001000110111100111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7420; }

 p { color: rgb(90,116,32); }

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

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

 a { background-color: rgb(90,116,32); }

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

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

 span { border-color: rgb(90,116,32); }

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