#5A7956

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

Shades of Finlandia #5A7956

Tints of Finlandia #5A7956

Color information

#5A7956 (or 0x5A7956) is unknown color: approx Finlandia. HEX triplet: 5A, 79 and 56. RGB value is (90,121,86). Sum of RGB (Red+Green+Blue) = 90+121+86=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7956 is #A586A9. Grayscale: #6B6B6B. Windows color (decimal): -10847914 or 5667162. OLE color: 5667162.

HSL color Cylindrical-coordinate representation of color #5A7956: hue angle of 113.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A7956 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB9012186-
CMYK0.2600.290.53
HSL113.14º16.91%40.59%-
HSV(B)113.14º28.93%47.45%-
XYZ12.7316.5211.32-
YUV107.74115.73115.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=30.30%
G=40.74%
B=28.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121860.2600.290.53113.1416.9140.59
Hex5A79561A01D35711129
Octal13217112632035651612151
Binary10110101111001101011011010011101110101111000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,86); }

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

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

 a { background-color: rgb(90,121,86); }

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

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

 span { border-color: rgb(90,121,86); }

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