Html Css Color HEX #5E715A Finlandia

📋 copy color: '#5E715A'

red 94 ◦ green 113 ◦ blue 90

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

Shades of Finlandia #5E715A

Tints of Finlandia #5E715A

RGB

 RED value IS 94 (37.11% from 255) = 31.65%

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 31.65%
G = 38.05%
B = 30.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#5E715A (or 0x5E715A) is known color: Finlandia. HEX triplet: 5E, 71 and 5A. RGB value is (94,113,90). Sum of RGB (Red+Green+Blue) = 94+113+90=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #5E715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E715A is #A18EA5. Grayscale: #686868. Windows color (decimal): -10587814 or 5927262. OLE color: 5927262.

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

Color convert

RGB 94 113 90 -
CMYK 0.17 0 0.20 0.56
HSL 109.57º 0.11% 0.4% -
HSV(B) 109.57º 0.2% 0.44% -
XYZ 12.37 14.93 11.9 -
YUV 104.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 94 113 90 0.17 0 0.20 0.56 109.57 0.11 0.4
Hex 5E 71 5A 11 0 14 38 6E B 28
Octal 136 161 132 21 0 24 70 156 13 50
Binary 1011110 1110001 1011010 10001 0 10100 111000 1101110 1011 101000

Color Harmonies of #5E715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E715A

Black with #5E715A

Text Example


Text Example

White with #5E715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,90); }

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

background-color css

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

 a { background-color: rgb(94,113,90); }

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

border-color css

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

 span { border-color: rgb(94,113,90); }

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