Html Css Color HEX #5F7559 Finlandia

📋 copy color: '#5F7559'

red 95 ◦ green 117 ◦ blue 89

#5F7559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #5F7559

Tints of Finlandia #5F7559

RGB

 RED value IS 95 (37.5% from 255) = 31.56%

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 31.56%
G = 38.87%
B = 29.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#5F7559 (or 0x5F7559) is known color: Finlandia. HEX triplet: 5F, 75 and 59. RGB value is (95,117,89). Sum of RGB (Red+Green+Blue) = 95+117+89=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7559 is #A08AA6. Grayscale: #6B6B6B. Windows color (decimal): -10521255 or 5862751. OLE color: 5862751.

HSL color Cylindrical-coordinate representation of color #5F7559: hue angle of 107.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F7559 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 117 89 -
CMYK 0.19 0 0.24 0.54
HSL 107.14º 0.14% 0.4% -
HSV(B) 107.14º 0.24% 0.46% -
XYZ 12.88 15.88 11.84 -
YUV 107.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 95 117 89 0.19 0 0.24 0.54 107.14 0.14 0.4
Hex 5F 75 59 13 0 18 36 6B E 28
Octal 137 165 131 23 0 30 66 153 16 50
Binary 1011111 1110101 1011001 10011 0 11000 110110 1101011 1110 101000

Color Harmonies of #5F7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7559

Black with #5F7559

Text Example


Text Example

White with #5F7559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,117,89); }

 H1.HeaderClassName
 {
   color: #5F7559;
 }
 .AnyTagClassName
 {
   color: #5F7559;
 }
</style>

background-color css

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

 a { background-color: rgb(95,117,89); }

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

border-color css

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

 span { border-color: rgb(95,117,89); }

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