Html Css Color HEX #5D8F53 Hippie Green

📋 copy color: '#5D8F53'

red 93 ◦ green 143 ◦ blue 83

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

Shades of Hippie Green #5D8F53

Tints of Hippie Green #5D8F53

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.83%

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 29.15%
G = 44.83%
B = 26.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#5D8F53 (or 0x5D8F53) is known color: Hippie Green. HEX triplet: 5D, 8F and 53. RGB value is (93,143,83). Sum of RGB (Red+Green+Blue) = 93+143+83=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #5D8F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8F53 is #A270AC. Grayscale: #797979. Windows color (decimal): -10645677 or 5476189. OLE color: 5476189.

HSL color Cylindrical-coordinate representation of color #5D8F53: hue angle of 110º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D8F53 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 143 83 -
CMYK 0.35 0 0.42 0.44
HSL 110º 0.27% 0.44% -
HSV(B) 110º 0.42% 0.56% -
XYZ 15.9 22.6 11.71 -
YUV 121.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 93 143 83 0.35 0 0.42 0.44 110 0.27 0.44
Hex 5D 8F 53 23 0 2A 2C 6E 1B 2C
Octal 135 217 123 43 0 52 54 156 33 54
Binary 1011101 10001111 1010011 100011 0 101010 101100 1101110 11011 101100

Color Harmonies of #5D8F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8F53

Black with #5D8F53

Text Example


Text Example

White with #5D8F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,143,83); }

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

background-color css

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

 a { background-color: rgb(93,143,83); }

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

border-color css

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

 span { border-color: rgb(93,143,83); }

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