#5A7518

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

Shades of Fiji Green #5A7518

Tints of Fiji Green #5A7518

Color information

#5A7518 (or 0x5A7518) is unknown color: approx Fiji Green. HEX triplet: 5A, 75 and 18. RGB value is (90,117,24). Sum of RGB (Red+Green+Blue) = 90+117+24=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7518 is #A58AE7. Grayscale: #626262. Windows color (decimal): -10849000 or 1602906. OLE color: 1602906.

HSL color Cylindrical-coordinate representation of color #5A7518: hue angle of 77.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A7518 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB9011724-
CMYK0.2300.790.54
HSL77.42º65.96%27.65%-
HSV(B)77.42º79.49%45.88%-
XYZ10.7414.963.19-
YUV98.3286.05122.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.96%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=38.96%
G=50.65%
B=10.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90117240.2300.790.5477.4265.9627.65
Hex5A75181704F364d421c
Octal132165302701176611510234
Binary101101011101011100010111010011111101101001101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,117,24); }

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

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

 a { background-color: rgb(90,117,24); }

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

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

 span { border-color: rgb(90,117,24); }

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