Html Css Color HEX #5D7959 Finlandia

📋 copy color: '#5D7959'

red 93 ◦ green 121 ◦ blue 89

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

Shades of Finlandia #5D7959

Tints of Finlandia #5D7959

RGB

 RED value IS 93 (36.72% from 255) = 30.69%

 GREEN value IS 121 (47.66% from 255) = 39.93%

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

R = 30.69%
G = 39.93%
B = 29.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#5D7959 (or 0x5D7959) is known color: Finlandia. HEX triplet: 5D, 79 and 59. RGB value is (93,121,89). Sum of RGB (Red+Green+Blue) = 93+121+89=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7959 is #A286A6. Grayscale: #6D6D6D. Windows color (decimal): -10651303 or 5863773. OLE color: 5863773.

HSL color Cylindrical-coordinate representation of color #5D7959: hue angle of 112.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D7959 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 121 89 -
CMYK 0.23 0 0.26 0.53
HSL 112.5º 0.15% 0.41% -
HSV(B) 112.5º 0.26% 0.47% -
XYZ 13.15 16.72 11.99 -
YUV 108.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 93 121 89 0.23 0 0.26 0.53 112.5 0.15 0.41
Hex 5D 79 59 17 0 1A 35 70 F 29
Octal 135 171 131 27 0 32 65 160 17 51
Binary 1011101 1111001 1011001 10111 0 11010 110101 1110000 1111 101001

Color Harmonies of #5D7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7959

Black with #5D7959

Text Example


Text Example

White with #5D7959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,121,89); }

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

background-color css

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

 a { background-color: rgb(93,121,89); }

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

border-color css

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

 span { border-color: rgb(93,121,89); }

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