Html Css Color HEX #55974A Hippie Green

📋 copy color: '#55974A'

red 85 ◦ green 151 ◦ blue 74

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

Shades of Hippie Green #55974A

Tints of Hippie Green #55974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.71%

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 27.42%
G = 48.71%
B = 23.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#55974A (or 0x55974A) is known color: Hippie Green. HEX triplet: 55, 97 and 4A. RGB value is (85,151,74). Sum of RGB (Red+Green+Blue) = 85+151+74=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #55974A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55974A is #AA68B5. Grayscale: #7A7A7A. Windows color (decimal): -11167926 or 4888405. OLE color: 4888405.

HSL color Cylindrical-coordinate representation of color #55974A: hue angle of 111.43º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55974A is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 74 -
CMYK 0.44 0 0.51 0.41
HSL 111.43º 0.34% 0.44% -
HSV(B) 111.43º 0.51% 0.59% -
XYZ 16.05 24.56 10.37 -
YUV 122.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 85 151 74 0.44 0 0.51 0.41 111.43 0.34 0.44
Hex 55 97 4A 2C 0 33 29 6F 22 2C
Octal 125 227 112 54 0 63 51 157 42 54
Binary 1010101 10010111 1001010 101100 0 110011 101001 1101111 100010 101100

Color Harmonies of #55974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55974A

Black with #55974A

Text Example


Text Example

White with #55974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55974A; }

 p { color: rgb(85,151,74); }

 H1.HeaderClassName
 {
   color: #55974A;
 }
 .AnyTagClassName
 {
   color: #55974A;
 }
</style>

background-color css

<style>
 a { background-color: #55974A; }

 a { background-color: rgb(85,151,74); }

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

border-color css

<style>
 span { border-color: #55974A; }

 span { border-color: rgb(85,151,74); }

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