Html Css Color HEX #55914A Hippie Green

📋 copy color: '#55914A'

red 85 ◦ green 145 ◦ blue 74

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

Shades of Hippie Green #55914A

Tints of Hippie Green #55914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.7%

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

R = 27.96%
G = 47.7%
B = 24.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#55914A (or 0x55914A) is known color: Hippie Green. HEX triplet: 55, 91 and 4A. RGB value is (85,145,74). Sum of RGB (Red+Green+Blue) = 85+145+74=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #55914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55914A is #AA6EB5. Grayscale: #777777. Windows color (decimal): -11169462 or 4886869. OLE color: 4886869.

HSL color Cylindrical-coordinate representation of color #55914A: hue angle of 110.7º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55914A is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 74 -
CMYK 0.41 0 0.49 0.43
HSL 110.7º 0.32% 0.43% -
HSV(B) 110.7º 0.49% 0.57% -
XYZ 15.11 22.68 10.06 -
YUV 118.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 85 145 74 0.41 0 0.49 0.43 110.7 0.32 0.43
Hex 55 91 4A 29 0 31 2B 6F 20 2B
Octal 125 221 112 51 0 61 53 157 40 53
Binary 1010101 10010001 1001010 101001 0 110001 101011 1101111 100000 101011

Color Harmonies of #55914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55914A

Black with #55914A

Text Example


Text Example

White with #55914A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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