Html Css Color HEX #5D8D62 Hippie Green

📋 copy color: '#5D8D62'

red 93 ◦ green 141 ◦ blue 98

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

Shades of Hippie Green #5D8D62

Tints of Hippie Green #5D8D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 28.01%
G = 42.47%
B = 29.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#5D8D62 (or 0x5D8D62) is known color: Hippie Green. HEX triplet: 5D, 8D and 62. RGB value is (93,141,98). Sum of RGB (Red+Green+Blue) = 93+141+98=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8D62 is #A2729D. Grayscale: #797979. Windows color (decimal): -10646174 or 6458717. OLE color: 6458717.

HSL color Cylindrical-coordinate representation of color #5D8D62: hue angle of 126.25º 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 #5D8D62 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 141 98 -
CMYK 0.34 0 0.30 0.45
HSL 126.25º 0.21% 0.46% -
HSV(B) 126.25º 0.34% 0.55% -
XYZ 16.24 22.26 15 -
YUV 121.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 93 141 98 0.34 0 0.30 0.45 126.25 0.21 0.46
Hex 5D 8D 62 22 0 1E 2D 7E 15 2E
Octal 135 215 142 42 0 36 55 176 25 56
Binary 1011101 10001101 1100010 100010 0 11110 101101 1111110 10101 101110

Color Harmonies of #5D8D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8D62

Black with #5D8D62

Text Example


Text Example

White with #5D8D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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