#5A6921

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

Shades of Fiji Green #5A6921

Tints of Fiji Green #5A6921

Color information

#5A6921 (or 0x5A6921) is unknown color: approx Fiji Green. HEX triplet: 5A, 69 and 21. RGB value is (90,105,33). Sum of RGB (Red+Green+Blue) = 90+105+33=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6921 is #A596DE. Grayscale: #5C5C5C. Windows color (decimal): -10852063 or 2189658. OLE color: 2189658.

HSL color Cylindrical-coordinate representation of color #5A6921: hue angle of 72.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A6921 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB9010533-
CMYK0.1400.690.59
HSL72.5º52.17%27.06%-
HSV(B)72.5º68.57%41.18%-
XYZ9.5412.393.33-
YUV92.3194.53126.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 105 (41.41% from 255) = 46.05%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=39.47%
G=46.05%
B=14.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105330.1400.690.5972.552.1727.06
Hex5A6921E0453B48341b
Octal13215141160105731106433
Binary10110101101001100001111001000101111011100100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,105,33); }

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

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

 a { background-color: rgb(90,105,33); }

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

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

 span { border-color: rgb(90,105,33); }

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