#5A6D22

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

Shades of Fiji Green #5A6D22

Tints of Fiji Green #5A6D22

Color information

#5A6D22 (or 0x5A6D22) is unknown color: approx Fiji Green. HEX triplet: 5A, 6D and 22. RGB value is (90,109,34). Sum of RGB (Red+Green+Blue) = 90+109+34=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6D22 is #A592DD. Grayscale: #5F5F5F. Windows color (decimal): -10851038 or 2256218. OLE color: 2256218.

HSL color Cylindrical-coordinate representation of color #5A6D22: hue angle of 75.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A6D22 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB9010934-
CMYK0.1700.690.57
HSL75.2º52.45%28.04%-
HSV(B)75.2º68.81%42.75%-
XYZ9.9713.233.54-
YUV94.7793.71124.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.63%
GREEN value IS 109 (42.97% from 255) = 46.78%
BLUE value IS 34 (13.67% from 255) = 14.59%
R=38.63%
G=46.78%
B=14.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90109340.1700.690.5775.252.4528.04
Hex5A6D2211045394b341c
Octal13215542210105711136434
Binary101101011011011000101000101000101111001100101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,109,34); }

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

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

 a { background-color: rgb(90,109,34); }

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

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

 span { border-color: rgb(90,109,34); }

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