Html Css Color HEX #5D8565 Laurel

📋 copy color: '#5D8565'

red 93 ◦ green 133 ◦ blue 101

#5D8565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #5D8565

Tints of Laurel #5D8565

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 value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#5D8565 (or 0x5D8565) is known color: 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

RGB 93 133 101 -
CMYK 0.30 0 0.24 0.48
HSL 132º 0.18% 0.44% -
HSV(B) 132º 0.3% 0.52% -
XYZ 15.25 20.04 15.38 -
YUV 117.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 93 133 101 0.30 0 0.24 0.48 132 0.18 0.44
Hex 5D 85 65 1E 0 18 30 84 12 2C
Octal 135 205 145 36 0 30 60 204 22 54
Binary 1011101 10000101 1100101 11110 0 11000 110000 10000100 10010 101100

Color Harmonies of #5D8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8565

Black with #5D8565

Text Example


Text Example

White with #5D8565

Text Example


Text Example

HTML Codes & Css Web 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>