#5E7E58

Color #5E7E58 Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #5E7E58

Tints of Finlandia #5E7E58

Color information

#5E7E58 (or 0x5E7E58) is unknown color: approx Finlandia. HEX triplet: 5E, 7E and 58. RGB value is (94,126,88). Sum of RGB (Red+Green+Blue) = 94+126+88=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7E58 is #A181A7. Grayscale: #707070. Windows color (decimal): -10584488 or 5799518. OLE color: 5799518.

HSL color Cylindrical-coordinate representation of color #5E7E58: hue angle of 110.53º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7E58 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB9412688-
CMYK0.2500.300.51
HSL110.53º17.76%41.96%-
HSV(B)110.53º30.16%49.41%-
XYZ13.8418.0111.98-
YUV112.1114.4115.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=30.52%
G=40.91%
B=28.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94126880.2500.300.51110.5317.7641.96
Hex5E7E581901E336f122a
Octal13617613031036631572252
Binary10111101111110101100011001011110110011110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,126,88); }

 H1.HeaderClassName
 {
   color: #5E7E58;
 }
 .AnyTagClassName
 {
   color: #5E7E58;
 }
</style>
background-color css

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

 a { background-color: rgb(94,126,88); }

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

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

 span { border-color: rgb(94,126,88); }

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