#5C785B

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

Shades of Finlandia #5C785B

Tints of Finlandia #5C785B

Color information

#5C785B (or 0x5C785B) is unknown color: approx Finlandia. HEX triplet: 5C, 78 and 5B. RGB value is (92,120,91). Sum of RGB (Red+Green+Blue) = 92+120+91=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #5C785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C785B is #A387A4. Grayscale: #6C6C6C. Windows color (decimal): -10717093 or 5994588. OLE color: 5994588.

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

Color convert

RGB9212091-
CMYK0.2300.240.53
HSL117.93º13.74%41.37%-
HSV(B)117.93º24.17%47.06%-
XYZ13.0216.4612.39-
YUV108.32118.22116.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.36%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=30.36%
G=39.60%
B=30.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92120910.2300.240.53117.9313.7441.37
Hex5C785B170183576e29
Octal13417013327030651661651
Binary1011100111100010110111011101100011010111101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,120,91); }

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

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

 a { background-color: rgb(92,120,91); }

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

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

 span { border-color: rgb(92,120,91); }

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