#5C7B5A

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

Shades of Finlandia #5C7B5A

Tints of Finlandia #5C7B5A

Color information

#5C7B5A (or 0x5C7B5A) is unknown color: approx Finlandia. HEX triplet: 5C, 7B and 5A. RGB value is (92,123,90). Sum of RGB (Red+Green+Blue) = 92+123+90=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7B5A is #A384A5. Grayscale: #6E6E6E. Windows color (decimal): -10716326 or 5929820. OLE color: 5929820.

HSL color Cylindrical-coordinate representation of color #5C7B5A: hue angle of 116.36º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C7B5A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB9212390-
CMYK0.2500.270.52
HSL116.36º15.49%41.76%-
HSV(B)116.36º26.83%48.24%-
XYZ13.3417.1812.29-
YUV109.97116.73115.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=30.16%
G=40.33%
B=29.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92123900.2500.270.52116.3615.4941.76
Hex5C7B5A1901B3474f2a
Octal13417313231033641641752
Binary1011100111101110110101100101101111010011101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,123,90); }

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

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

 a { background-color: rgb(92,123,90); }

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

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

 span { border-color: rgb(92,123,90); }

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