#5C725B

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

Shades of Finlandia #5C725B

Tints of Finlandia #5C725B

Color information

#5C725B (or 0x5C725B) is unknown color: approx Finlandia. HEX triplet: 5C, 72 and 5B. RGB value is (92,114,91). Sum of RGB (Red+Green+Blue) = 92+114+91=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #5C725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C725B is #A38DA4. Grayscale: #686868. Windows color (decimal): -10718629 or 5993052. OLE color: 5993052.

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

Color convert

RGB9211491-
CMYK0.1900.200.55
HSL117.39º11.22%40.2%-
HSV(B)117.39º20.18%44.71%-
XYZ12.3215.0712.16-
YUV104.8120.21118.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=30.98%
G=38.38%
B=30.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92114910.1900.200.55117.3911.2240.2
Hex5C725B130143775b28
Octal13416213323024671651350
Binary1011100111001010110111001101010011011111101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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