Html Css Color HEX #5D8465 Laurel

📋 copy color: '#5D8465'

red 93 ◦ green 132 ◦ blue 101

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

Shades of Laurel #5D8465

Tints of Laurel #5D8465

RGB

 RED value IS 93 (36.72% from 255) = 28.53%

 GREEN value IS 132 (51.95% from 255) = 40.49%

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 28.53%
G = 40.49%
B = 30.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#5D8465 (or 0x5D8465) is known color: Laurel. HEX triplet: 5D, 84 and 65. RGB value is (93,132,101). Sum of RGB (Red+Green+Blue) = 93+132+101=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8465 is #A27B9A. Grayscale: #747474. Windows color (decimal): -10648475 or 6653021. OLE color: 6653021.

HSL color Cylindrical-coordinate representation of color #5D8465: hue angle of 132.31º degrees, saturation: 0.17, 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 #5D8465 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 132 101 -
CMYK 0.30 0 0.23 0.48
HSL 132.31º 0.17% 0.44% -
HSV(B) 132.31º 0.3% 0.52% -
XYZ 15.11 19.77 15.33 -
YUV 116.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 93 132 101 0.30 0 0.23 0.48 132.31 0.17 0.44
Hex 5D 84 65 1E 0 17 30 84 11 2C
Octal 135 204 145 36 0 27 60 204 21 54
Binary 1011101 10000100 1100101 11110 0 10111 110000 10000100 10001 101100

Color Harmonies of #5D8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8465

Black with #5D8465

Text Example


Text Example

White with #5D8465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D8465;
 }
 .AnyTagClassName
 {
   color: #5D8465;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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