Html Css Color HEX #5D9963 Laurel

📋 copy color: '#5D9963'

red 93 ◦ green 153 ◦ blue 99

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

Shades of Laurel #5D9963

Tints of Laurel #5D9963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.35%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 26.96%
G = 44.35%
B = 28.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#5D9963 (or 0x5D9963) is known color: Laurel. HEX triplet: 5D, 99 and 63. RGB value is (93,153,99). Sum of RGB (Red+Green+Blue) = 93+153+99=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9963 is #A2669C. Grayscale: #818181. Windows color (decimal): -10643101 or 6527325. OLE color: 6527325.

HSL color Cylindrical-coordinate representation of color #5D9963: hue angle of 126º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D9963 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 93 153 99 -
CMYK 0.39 0 0.35 0.4
HSL 126º 0.24% 0.48% -
HSV(B) 126º 0.39% 0.6% -
XYZ 18.16 26.01 15.87 -
YUV 128.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 93 153 99 0.39 0 0.35 0.4 126 0.24 0.48
Hex 5D 99 63 27 0 23 28 7E 18 30
Octal 135 231 143 47 0 43 50 176 30 60
Binary 1011101 10011001 1100011 100111 0 100011 101000 1111110 11000 110000

Color Harmonies of #5D9963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9963

Black with #5D9963

Text Example


Text Example

White with #5D9963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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