#5A791D

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

Shades of Fiji Green #5A791D

Tints of Fiji Green #5A791D

Color information

#5A791D (or 0x5A791D) is unknown color: approx Fiji Green. HEX triplet: 5A, 79 and 1D. RGB value is (90,121,29). Sum of RGB (Red+Green+Blue) = 90+121+29=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #5A791D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A791D is #A586E2. Grayscale: #656565. Windows color (decimal): -10847971 or 1931610. OLE color: 1931610.

HSL color Cylindrical-coordinate representation of color #5A791D: hue angle of 80.22º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A791D is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB9012129-
CMYK0.2600.760.53
HSL80.22º61.33%29.41%-
HSV(B)80.22º76.03%47.45%-
XYZ11.2815.943.64-
YUV101.2487.23119.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 121 (47.66% from 255) = 50.42%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=37.5%
G=50.42%
B=12.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121290.2600.760.5380.2261.3329.41
Hex5A791D1A04C35503d1d
Octal13217135320114651207535
Binary10110101111001111011101001001100110101101000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A791D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,29); }

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

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

 a { background-color: rgb(90,121,29); }

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

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

 span { border-color: rgb(90,121,29); }

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