#5D8565

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

Shades of Laurel #5D8565

Tints of Laurel #5D8565

Color information

#5D8565 (or 0x5D8565) is unknown color: approx Laurel. HEX triplet: 5D, 85 and 65. RGB value is (93,133,101). Sum of RGB (Red+Green+Blue) = 93+133+101=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8565 is #A27A9A. Grayscale: #757575. Windows color (decimal): -10648219 or 6653277. OLE color: 6653277.

HSL color Cylindrical-coordinate representation of color #5D8565: hue angle of 132º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8565 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB93133101-
CMYK0.3000.240.48
HSL132º17.7%44.31%-
HSV(B)132º30.08%52.16%-
XYZ15.2520.0415.38-
YUV117.39118.75110.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.44%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=28.44%
G=40.67%
B=30.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931331010.3000.240.4813217.744.31
Hex5D85651E0183084122c
Octal13520514536030602042254
Binary1011101100001011100101111100110001100001000010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,133,101); }

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

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

 a { background-color: rgb(93,133,101); }

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

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

 span { border-color: rgb(93,133,101); }

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