Html Css Color HEX #52894D Hippie Green

📋 copy color: '#52894D'

red 82 ◦ green 137 ◦ blue 77

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

Shades of Hippie Green #52894D

Tints of Hippie Green #52894D

RGB

 RED value IS 82 (32.42% from 255) = 27.7%

 GREEN value IS 137 (53.91% from 255) = 46.28%

 BLUE value IS 77 (30.47% from 255) = 26.01%

R = 27.7%
G = 46.28%
B = 26.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#52894D (or 0x52894D) is known color: Hippie Green. HEX triplet: 52, 89 and 4D. RGB value is (82,137,77). Sum of RGB (Red+Green+Blue) = 82+137+77=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #52894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52894D is #AD76B2. Grayscale: #717171. Windows color (decimal): -11368115 or 5081426. OLE color: 5081426.

HSL color Cylindrical-coordinate representation of color #52894D: hue angle of 115º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52894D is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 77 -
CMYK 0.40 0 0.44 0.46
HSL 115º 0.28% 0.42% -
HSV(B) 115º 0.44% 0.54% -
XYZ 13.76 20.22 10.2 -
YUV 113.72 107.28 105.38 -
System Red Green Blue C M Y K H S L
Decimal 82 137 77 0.40 0 0.44 0.46 115 0.28 0.42
Hex 52 89 4D 28 0 2C 2E 73 1C 2A
Octal 122 211 115 50 0 54 56 163 34 52
Binary 1010010 10001001 1001101 101000 0 101100 101110 1110011 11100 101010

Color Harmonies of #52894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52894D

Black with #52894D

Text Example


Text Example

White with #52894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52894D; }

 p { color: rgb(82,137,77); }

 H1.HeaderClassName
 {
   color: #52894D;
 }
 .AnyTagClassName
 {
   color: #52894D;
 }
</style>

background-color css

<style>
 a { background-color: #52894D; }

 a { background-color: rgb(82,137,77); }

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

border-color css

<style>
 span { border-color: #52894D; }

 span { border-color: rgb(82,137,77); }

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