Html Css Color HEX #5D9363 Laurel

📋 copy color: '#5D9363'

red 93 ◦ green 147 ◦ blue 99

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

Shades of Laurel #5D9363

Tints of Laurel #5D9363

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.2%

R = 27.43%
G = 43.36%
B = 29.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#5D9363 (or 0x5D9363) is known color: 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.22, 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

RGB 93 147 99 -
CMYK 0.37 0 0.33 0.42
HSL 126.67º 0.23% 0.47% -
HSV(B) 126.67º 0.37% 0.58% -
XYZ 17.2 24.1 15.55 -
YUV 125.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 93 147 99 0.37 0 0.33 0.42 126.67 0.23 0.47
Hex 5D 93 63 25 0 21 2A 7F 16 2F
Octal 135 223 143 45 0 41 52 177 26 57
Binary 1011101 10010011 1100011 100101 0 100001 101010 1111111 10110 101111

Color Harmonies of #5D9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9363

Black with #5D9363

Text Example


Text Example

White with #5D9363

Text Example


Text Example

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