Html Css Color HEX #52884F Hippie Green

📋 copy color: '#52884F'

red 82 ◦ green 136 ◦ blue 79

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

Shades of Hippie Green #52884F

Tints of Hippie Green #52884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.79%

 BLUE value IS 79 (31.25% from 255) = 26.6%

R = 27.61%
G = 45.79%
B = 26.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#52884F (or 0x52884F) is known color: Hippie Green. HEX triplet: 52, 88 and 4F. RGB value is (82,136,79). Sum of RGB (Red+Green+Blue) = 82+136+79=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #52884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52884F is #AD77B0. Grayscale: #717171. Windows color (decimal): -11368369 or 5212242. OLE color: 5212242.

HSL color Cylindrical-coordinate representation of color #52884F: hue angle of 116.84º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52884F is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 79 -
CMYK 0.40 0 0.42 0.47
HSL 116.84º 0.27% 0.42% -
HSV(B) 116.84º 0.42% 0.53% -
XYZ 13.7 19.97 10.53 -
YUV 113.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 82 136 79 0.40 0 0.42 0.47 116.84 0.27 0.42
Hex 52 88 4F 28 0 2A 2F 75 1B 2A
Octal 122 210 117 50 0 52 57 165 33 52
Binary 1010010 10001000 1001111 101000 0 101010 101111 1110101 11011 101010

Color Harmonies of #52884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52884F

Black with #52884F

Text Example


Text Example

White with #52884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52884F; }

 p { color: rgb(82,136,79); }

 H1.HeaderClassName
 {
   color: #52884F;
 }
 .AnyTagClassName
 {
   color: #52884F;
 }
</style>

background-color css

<style>
 a { background-color: #52884F; }

 a { background-color: rgb(82,136,79); }

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

border-color css

<style>
 span { border-color: #52884F; }

 span { border-color: rgb(82,136,79); }

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