Html Css Color HEX #5D7458 Finlandia

📋 copy color: '#5D7458'

red 93 ◦ green 116 ◦ blue 88

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

Shades of Finlandia #5D7458

Tints of Finlandia #5D7458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 31.31%
G = 39.06%
B = 29.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#5D7458 (or 0x5D7458) is known color: Finlandia. HEX triplet: 5D, 74 and 58. RGB value is (93,116,88). Sum of RGB (Red+Green+Blue) = 93+116+88=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7458 is #A28BA7. Grayscale: #6A6A6A. Windows color (decimal): -10652584 or 5796957. OLE color: 5796957.

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

Color convert

RGB 93 116 88 -
CMYK 0.20 0 0.24 0.55
HSL 109.29º 0.14% 0.4% -
HSV(B) 109.29º 0.24% 0.45% -
XYZ 12.52 15.52 11.57 -
YUV 105.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 93 116 88 0.20 0 0.24 0.55 109.29 0.14 0.4
Hex 5D 74 58 14 0 18 37 6D E 28
Octal 135 164 130 24 0 30 67 155 16 50
Binary 1011101 1110100 1011000 10100 0 11000 110111 1101101 1110 101000

Color Harmonies of #5D7458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7458

Black with #5D7458

Text Example


Text Example

White with #5D7458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,116,88); }

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

background-color css

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

 a { background-color: rgb(93,116,88); }

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

border-color css

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

 span { border-color: rgb(93,116,88); }

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