#5E9566

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

Shades of Laurel #5E9566

Tints of Laurel #5E9566

Color information

#5E9566 (or 0x5E9566) is unknown color: approx Laurel. HEX triplet: 5E, 95 and 66. RGB value is (94,149,102). Sum of RGB (Red+Green+Blue) = 94+149+102=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9566 is #A16A99. Grayscale: #7F7F7F. Windows color (decimal): -10578586 or 6722910. OLE color: 6722910.

HSL color Cylindrical-coordinate representation of color #5E9566: hue angle of 128.73º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9566 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB94149102-
CMYK0.3700.320.42
HSL128.73º22.63%47.65%-
HSV(B)128.73º36.91%58.43%-
XYZ17.7624.8316.43-
YUV127.2113.78104.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.25%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=27.25%
G=43.19%
B=29.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941491020.3700.320.42128.7322.6347.65
Hex5E9566250202A811730
Octal13622514645040522012760
Binary101111010010101110011010010101000001010101000000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,149,102); }

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

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

 a { background-color: rgb(94,149,102); }

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

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

 span { border-color: rgb(94,149,102); }

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