Html Css Color HEX #55964C Hippie Green

📋 copy color: '#55964C'

red 85 ◦ green 150 ◦ blue 76

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

Shades of Hippie Green #55964C

Tints of Hippie Green #55964C

RGB

 RED value IS 85 (33.59% from 255) = 27.33%

 GREEN value IS 150 (58.98% from 255) = 48.23%

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

R = 27.33%
G = 48.23%
B = 24.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#55964C (or 0x55964C) is known color: Hippie Green. HEX triplet: 55, 96 and 4C. RGB value is (85,150,76). Sum of RGB (Red+Green+Blue) = 85+150+76=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #55964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55964C is #AA69B3. Grayscale: #7A7A7A. Windows color (decimal): -11168180 or 5019221. OLE color: 5019221.

HSL color Cylindrical-coordinate representation of color #55964C: hue angle of 112.7º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55964C is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 76 -
CMYK 0.43 0 0.49 0.41
HSL 112.7º 0.33% 0.44% -
HSV(B) 112.7º 0.49% 0.59% -
XYZ 15.96 24.27 10.68 -
YUV 122.13 101.97 101.52 -
System Red Green Blue C M Y K H S L
Decimal 85 150 76 0.43 0 0.49 0.41 112.7 0.33 0.44
Hex 55 96 4C 2B 0 31 29 71 21 2C
Octal 125 226 114 53 0 61 51 161 41 54
Binary 1010101 10010110 1001100 101011 0 110001 101001 1110001 100001 101100

Color Harmonies of #55964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55964C

Black with #55964C

Text Example


Text Example

White with #55964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55964C; }

 p { color: rgb(85,150,76); }

 H1.HeaderClassName
 {
   color: #55964C;
 }
 .AnyTagClassName
 {
   color: #55964C;
 }
</style>

background-color css

<style>
 a { background-color: #55964C; }

 a { background-color: rgb(85,150,76); }

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

border-color css

<style>
 span { border-color: #55964C; }

 span { border-color: rgb(85,150,76); }

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