#5A6825

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

Shades of Fiji Green #5A6825

Tints of Fiji Green #5A6825

Color information

#5A6825 (or 0x5A6825) is unknown color: approx Fiji Green. HEX triplet: 5A, 68 and 25. RGB value is (90,104,37). Sum of RGB (Red+Green+Blue) = 90+104+37=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6825 is #A597DA. Grayscale: #5C5C5C. Windows color (decimal): -10852315 or 2451546. OLE color: 2451546.

HSL color Cylindrical-coordinate representation of color #5A6825: hue angle of 72.54º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A6825 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB9010437-
CMYK0.1300.640.59
HSL72.54º47.52%27.65%-
HSV(B)72.54º64.42%40.78%-
XYZ9.512.213.61-
YUV92.1896.86126.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.96%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=38.96%
G=45.02%
B=16.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90104370.1300.640.5972.5447.5227.65
Hex5A6825D0403B49301c
Octal13215045150100731116034
Binary10110101101000100101110101000000111011100100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,104,37); }

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

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

 a { background-color: rgb(90,104,37); }

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

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

 span { border-color: rgb(90,104,37); }

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