#5A721F

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

Shades of Fiji Green #5A721F

Tints of Fiji Green #5A721F

Color information

#5A721F (or 0x5A721F) is unknown color: approx Fiji Green. HEX triplet: 5A, 72 and 1F. RGB value is (90,114,31). Sum of RGB (Red+Green+Blue) = 90+114+31=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #5A721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A721F is #A58DE0. Grayscale: #616161. Windows color (decimal): -10849761 or 2060890. OLE color: 2060890.

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

Color convert

RGB9011431-
CMYK0.2100.730.55
HSL77.35º57.24%28.43%-
HSV(B)77.35º72.81%44.71%-
XYZ10.4814.313.51-
YUV97.3690.55122.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 31 (12.5% from 255) = 13.19%
R=38.30%
G=48.51%
B=13.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114310.2100.730.5577.3557.2428.43
Hex5A721F15049374d391c
Octal13216237250111671157134
Binary10110101110010111111010101001001110111100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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