Html Css Color HEX #5E7B5A Finlandia

📋 copy color: '#5E7B5A'

red 94 ◦ green 123 ◦ blue 90

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

Shades of Finlandia #5E7B5A

Tints of Finlandia #5E7B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

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

R = 30.62%
G = 40.07%
B = 29.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#5E7B5A (or 0x5E7B5A) is known color: Finlandia. HEX triplet: 5E, 7B and 5A. RGB value is (94,123,90). Sum of RGB (Red+Green+Blue) = 94+123+90=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B5A is #A184A5. Grayscale: #6E6E6E. Windows color (decimal): -10585254 or 5929822. OLE color: 5929822.

HSL color Cylindrical-coordinate representation of color #5E7B5A: hue angle of 112.73º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E7B5A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 123 90 -
CMYK 0.24 0 0.27 0.52
HSL 112.73º 0.15% 0.42% -
HSV(B) 112.73º 0.27% 0.48% -
XYZ 13.54 17.28 12.3 -
YUV 110.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 94 123 90 0.24 0 0.27 0.52 112.73 0.15 0.42
Hex 5E 7B 5A 18 0 1B 34 71 F 2A
Octal 136 173 132 30 0 33 64 161 17 52
Binary 1011110 1111011 1011010 11000 0 11011 110100 1110001 1111 101010

Color Harmonies of #5E7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7B5A

Black with #5E7B5A

Text Example


Text Example

White with #5E7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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