Html Css Color HEX #5E725B Finlandia

📋 copy color: '#5E725B'

red 94 ◦ green 114 ◦ blue 91

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

Shades of Finlandia #5E725B

Tints of Finlandia #5E725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 31.44%
G = 38.13%
B = 30.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#5E725B (or 0x5E725B) is known color: Finlandia. HEX triplet: 5E, 72 and 5B. RGB value is (94,114,91). Sum of RGB (Red+Green+Blue) = 94+114+91=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #5E725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E725B is #A18DA4. Grayscale: #696969. Windows color (decimal): -10587557 or 5993054. OLE color: 5993054.

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

Color convert

RGB 94 114 91 -
CMYK 0.18 0 0.20 0.55
HSL 112.17º 0.11% 0.4% -
HSV(B) 112.17º 0.2% 0.45% -
XYZ 12.52 15.17 12.17 -
YUV 105.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 94 114 91 0.18 0 0.20 0.55 112.17 0.11 0.4
Hex 5E 72 5B 12 0 14 37 70 B 28
Octal 136 162 133 22 0 24 67 160 13 50
Binary 1011110 1110010 1011011 10010 0 10100 110111 1110000 1011 101000

Color Harmonies of #5E725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E725B

Black with #5E725B

Text Example


Text Example

White with #5E725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,114,91); }

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

background-color css

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

 a { background-color: rgb(94,114,91); }

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

border-color css

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

 span { border-color: rgb(94,114,91); }

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