Html Css Color HEX #5D8D64 Laurel

📋 copy color: '#5D8D64'

red 93 ◦ green 141 ◦ blue 100

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

Shades of Laurel #5D8D64

Tints of Laurel #5D8D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 27.84%
G = 42.22%
B = 29.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#5D8D64 (or 0x5D8D64) is known color: Laurel. HEX triplet: 5D, 8D and 64. RGB value is (93,141,100). Sum of RGB (Red+Green+Blue) = 93+141+100=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8D64 is #A2729B. Grayscale: #7A7A7A. Windows color (decimal): -10646172 or 6589789. OLE color: 6589789.

HSL color Cylindrical-coordinate representation of color #5D8D64: hue angle of 128.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D8D64 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 141 100 -
CMYK 0.34 0 0.29 0.45
HSL 128.75º 0.21% 0.46% -
HSV(B) 128.75º 0.34% 0.55% -
XYZ 16.34 22.3 15.5 -
YUV 121.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 93 141 100 0.34 0 0.29 0.45 128.75 0.21 0.46
Hex 5D 8D 64 22 0 1D 2D 81 15 2E
Octal 135 215 144 42 0 35 55 201 25 56
Binary 1011101 10001101 1100100 100010 0 11101 101101 10000001 10101 101110

Color Harmonies of #5D8D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8D64

Black with #5D8D64

Text Example


Text Example

White with #5D8D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,141,100); }

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

background-color css

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

 a { background-color: rgb(93,141,100); }

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

border-color css

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

 span { border-color: rgb(93,141,100); }

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