#5E8863

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

Shades of Laurel #5E8863

Tints of Laurel #5E8863

Color information

#5E8863 (or 0x5E8863) is unknown color: approx Laurel. HEX triplet: 5E, 88 and 63. RGB value is (94,136,99). Sum of RGB (Red+Green+Blue) = 94+136+99=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8863 is #A1779C. Grayscale: #777777. Windows color (decimal): -10581917 or 6522974. OLE color: 6522974.

HSL color Cylindrical-coordinate representation of color #5E8863: hue angle of 127.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8863 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB9413699-
CMYK0.3100.270.47
HSL127.14º18.26%45.1%-
HSV(B)127.14º30.88%53.33%-
XYZ15.6720.8915.01-
YUV119.22116.59110.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=28.57%
G=41.34%
B=30.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94136990.3100.270.47127.1418.2645.1
Hex5E88631F01B2F7f122d
Octal13621014337033571772255
Binary101111010001000110001111111011011101111111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,136,99); }

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

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

 a { background-color: rgb(94,136,99); }

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

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

 span { border-color: rgb(94,136,99); }

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