Html Css Color HEX #55904C Hippie Green

📋 copy color: '#55904C'

red 85 ◦ green 144 ◦ blue 76

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

Shades of Hippie Green #55904C

Tints of Hippie Green #55904C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 27.87%
G = 47.21%
B = 24.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#55904C (or 0x55904C) is known color: Hippie Green. HEX triplet: 55, 90 and 4C. RGB value is (85,144,76). Sum of RGB (Red+Green+Blue) = 85+144+76=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #55904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55904C is #AA6FB3. Grayscale: #767676. Windows color (decimal): -11169716 or 5017685. OLE color: 5017685.

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

Color convert

RGB 85 144 76 -
CMYK 0.41 0 0.47 0.44
HSL 112.06º 0.31% 0.43% -
HSV(B) 112.06º 0.47% 0.56% -
XYZ 15.02 22.4 10.37 -
YUV 118.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 85 144 76 0.41 0 0.47 0.44 112.06 0.31 0.43
Hex 55 90 4C 29 0 2F 2C 70 1F 2B
Octal 125 220 114 51 0 57 54 160 37 53
Binary 1010101 10010000 1001100 101001 0 101111 101100 1110000 11111 101011

Color Harmonies of #55904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55904C

Black with #55904C

Text Example


Text Example

White with #55904C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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