#5C735A

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

Shades of Finlandia #5C735A

Tints of Finlandia #5C735A

Color information

#5C735A (or 0x5C735A) is unknown color: approx Finlandia. HEX triplet: 5C, 73 and 5A. RGB value is (92,115,90). Sum of RGB (Red+Green+Blue) = 92+115+90=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #5C735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C735A is #A38CA5. Grayscale: #696969. Windows color (decimal): -10718374 or 5927772. OLE color: 5927772.

HSL color Cylindrical-coordinate representation of color #5C735A: hue angle of 115.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C735A is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB9211590-
CMYK0.2000.220.55
HSL115.2º12.2%40.2%-
HSV(B)115.2º21.74%45.1%-
XYZ12.3915.2711.97-
YUV105.27119.38118.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=30.98%
G=38.72%
B=30.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92115900.2000.220.55115.212.240.2
Hex5C735A140163773c28
Octal13416313224026671631450
Binary1011100111001110110101010001011011011111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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