Html Css Color HEX #5D954C Hippie Green

📋 copy color: '#5D954C'

red 93 ◦ green 149 ◦ blue 76

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

Shades of Hippie Green #5D954C

Tints of Hippie Green #5D954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.86%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 29.25%
G = 46.86%
B = 23.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#5D954C (or 0x5D954C) is known color: Hippie Green. HEX triplet: 5D, 95 and 4C. RGB value is (93,149,76). Sum of RGB (Red+Green+Blue) = 93+149+76=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #5D954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D954C is #A26AB3. Grayscale: #7C7C7C. Windows color (decimal): -10644148 or 5018973. OLE color: 5018973.

HSL color Cylindrical-coordinate representation of color #5D954C: hue angle of 106.03º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D954C is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 149 76 -
CMYK 0.38 0 0.49 0.42
HSL 106.03º 0.32% 0.44% -
HSV(B) 106.03º 0.49% 0.58% -
XYZ 16.57 24.34 10.66 -
YUV 123.93 100.95 105.94 -
System Red Green Blue C M Y K H S L
Decimal 93 149 76 0.38 0 0.49 0.42 106.03 0.32 0.44
Hex 5D 95 4C 26 0 31 2A 6A 20 2C
Octal 135 225 114 46 0 61 52 152 40 54
Binary 1011101 10010101 1001100 100110 0 110001 101010 1101010 100000 101100

Color Harmonies of #5D954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D954C

Black with #5D954C

Text Example


Text Example

White with #5D954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,149,76); }

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

background-color css

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

 a { background-color: rgb(93,149,76); }

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

border-color css

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

 span { border-color: rgb(93,149,76); }

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