#5A731F

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

Shades of Fiji Green #5A731F

Tints of Fiji Green #5A731F

Color information

#5A731F (or 0x5A731F) is unknown color: approx Fiji Green. HEX triplet: 5A, 73 and 1F. RGB value is (90,115,31). Sum of RGB (Red+Green+Blue) = 90+115+31=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #5A731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A731F is #A58CE0. Grayscale: #626262. Windows color (decimal): -10849505 or 2061146. OLE color: 2061146.

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

Color convert

RGB9011531-
CMYK0.2200.730.55
HSL77.86º57.53%28.63%-
HSV(B)77.86º73.04%45.1%-
XYZ10.5914.533.54-
YUV97.9590.22122.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=38.14%
G=48.73%
B=13.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115310.2200.730.5577.8657.5328.63
Hex5A731F16049374e3a1d
Octal13216337260111671167235
Binary10110101110011111111011001001001110111100111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,115,31); }

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

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

 a { background-color: rgb(90,115,31); }

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

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

 span { border-color: rgb(90,115,31); }

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