#5E9564

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

Shades of Laurel #5E9564

Tints of Laurel #5E9564

Color information

#5E9564 (or 0x5E9564) is unknown color: approx Laurel. HEX triplet: 5E, 95 and 64. RGB value is (94,149,100). Sum of RGB (Red+Green+Blue) = 94+149+100=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9564 is #A16A9B. Grayscale: #7F7F7F. Windows color (decimal): -10578588 or 6591838. OLE color: 6591838.

HSL color Cylindrical-coordinate representation of color #5E9564: hue angle of 126.55º 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 #5E9564 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB94149100-
CMYK0.3700.330.42
HSL126.55º22.63%47.65%-
HSV(B)126.55º36.91%58.43%-
XYZ17.6624.7915.91-
YUV126.97112.78104.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.41%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=27.41%
G=43.44%
B=29.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941491000.3700.330.42126.5522.6347.65
Hex5E9564250212A7f1730
Octal13622514445041521772760
Binary10111101001010111001001001010100001101010111111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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