#5A7813

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

Shades of Fiji Green #5A7813

Tints of Fiji Green #5A7813

Color information

#5A7813 (or 0x5A7813) is unknown color: approx Fiji Green. HEX triplet: 5A, 78 and 13. RGB value is (90,120,19). Sum of RGB (Red+Green+Blue) = 90+120+19=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7813 is #A587EC. Grayscale: #636363. Windows color (decimal): -10848237 or 1275994. OLE color: 1275994.

HSL color Cylindrical-coordinate representation of color #5A7813: hue angle of 77.82º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A7813 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB9012019-
CMYK0.2500.840.53
HSL77.82º72.66%27.25%-
HSV(B)77.82º84.17%47.06%-
XYZ11.0515.653.06-
YUV99.5282.56121.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.30%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=39.30%
G=52.40%
B=8.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90120190.2500.840.5377.8272.6627.25
Hex5A781319054354e491b
Octal132170233101246511611133
Binary101101011110001001111001010101001101011001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,120,19); }

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

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

 a { background-color: rgb(90,120,19); }

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

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

 span { border-color: rgb(90,120,19); }

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