#5D735B

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

Shades of Finlandia #5D735B

Tints of Finlandia #5D735B

Color information

#5D735B (or 0x5D735B) is unknown color: approx Finlandia. HEX triplet: 5D, 73 and 5B. RGB value is (93,115,91). Sum of RGB (Red+Green+Blue) = 93+115+91=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #5D735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D735B is #A28CA4. Grayscale: #696969. Windows color (decimal): -10652837 or 5993309. OLE color: 5993309.

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

Color convert

RGB9311591-
CMYK0.1900.210.55
HSL115º11.65%40.39%-
HSV(B)115º20.87%45.1%-
XYZ12.5315.3412.2-
YUV105.69119.71118.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=31.10%
G=38.46%
B=30.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93115910.1900.210.5511511.6540.39
Hex5D735B130153773c28
Octal13516313323025671631450
Binary1011101111001110110111001101010111011111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,115,91); }

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

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

 a { background-color: rgb(93,115,91); }

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

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

 span { border-color: rgb(93,115,91); }

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