Html Css Color HEX #5D9949 Hippie Green

📋 copy color: '#5D9949'

red 93 ◦ green 153 ◦ blue 73

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

Shades of Hippie Green #5D9949

Tints of Hippie Green #5D9949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 29.15%
G = 47.96%
B = 22.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#5D9949 (or 0x5D9949) is known color: Hippie Green. HEX triplet: 5D, 99 and 49. RGB value is (93,153,73). Sum of RGB (Red+Green+Blue) = 93+153+73=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9949 is #A266B6. Grayscale: #7E7E7E. Windows color (decimal): -10643127 or 4823389. OLE color: 4823389.

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

Color convert

RGB 93 153 73 -
CMYK 0.39 0 0.52 0.4
HSL 105º 0.35% 0.44% -
HSV(B) 105º 0.52% 0.6% -
XYZ 17.11 25.59 10.34 -
YUV 125.94 98.12 104.5 -
System Red Green Blue C M Y K H S L
Decimal 93 153 73 0.39 0 0.52 0.4 105 0.35 0.44
Hex 5D 99 49 27 0 34 28 69 23 2C
Octal 135 231 111 47 0 64 50 151 43 54
Binary 1011101 10011001 1001001 100111 0 110100 101000 1101001 100011 101100

Color Harmonies of #5D9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9949

Black with #5D9949

Text Example


Text Example

White with #5D9949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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