Html Css Color HEX #5D9466 Laurel

📋 copy color: '#5D9466'

red 93 ◦ green 148 ◦ blue 102

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

Shades of Laurel #5D9466

Tints of Laurel #5D9466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 27.11%
G = 43.15%
B = 29.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#5D9466 (or 0x5D9466) is known color: Laurel. HEX triplet: 5D, 94 and 66. RGB value is (93,148,102). Sum of RGB (Red+Green+Blue) = 93+148+102=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #5D9466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9466 is #A26B99. Grayscale: #7E7E7E. Windows color (decimal): -10644378 or 6722653. OLE color: 6722653.

HSL color Cylindrical-coordinate representation of color #5D9466: hue angle of 129.82º degrees, saturation: 0.23, 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 #5D9466 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 148 102 -
CMYK 0.37 0 0.31 0.42
HSL 129.82º 0.23% 0.47% -
HSV(B) 129.82º 0.37% 0.58% -
XYZ 17.5 24.47 16.37 -
YUV 126.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 93 148 102 0.37 0 0.31 0.42 129.82 0.23 0.47
Hex 5D 94 66 25 0 1F 2A 82 17 2F
Octal 135 224 146 45 0 37 52 202 27 57
Binary 1011101 10010100 1100110 100101 0 11111 101010 10000010 10111 101111

Color Harmonies of #5D9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9466

Black with #5D9466

Text Example


Text Example

White with #5D9466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,148,102); }

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

background-color css

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

 a { background-color: rgb(93,148,102); }

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

border-color css

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

 span { border-color: rgb(93,148,102); }

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