#5D9363

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

Shades of Laurel #5D9363

Tints of Laurel #5D9363

Color information

#5D9363 (or 0x5D9363) is unknown color: approx Laurel. HEX triplet: 5D, 93 and 63. RGB value is (93,147,99). Sum of RGB (Red+Green+Blue) = 93+147+99=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9363 is #A26C9C. Grayscale: #7D7D7D. Windows color (decimal): -10644637 or 6525789. OLE color: 6525789.

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

Color convert

RGB9314799-
CMYK0.3700.330.42
HSL126.67º22.5%47.06%-
HSV(B)126.67º36.73%57.65%-
XYZ17.224.115.55-
YUV125.38113.11104.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.43%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=27.43%
G=43.36%
B=29.20%

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
Decimal93147990.3700.330.42126.6722.547.06
Hex5D9363250212A7f162f
Octal13522314345041521772657
Binary10111011001001111000111001010100001101010111111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,99); }

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

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

 a { background-color: rgb(93,147,99); }

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

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

 span { border-color: rgb(93,147,99); }

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