Html Css Color HEX #528853 Hippie Green

📋 copy color: '#528853'

red 82 ◦ green 136 ◦ blue 83

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

Shades of Hippie Green #528853

Tints of Hippie Green #528853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 27.24%
G = 45.18%
B = 27.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#528853 (or 0x528853) is known color: Hippie Green. HEX triplet: 52, 88 and 53. RGB value is (82,136,83). Sum of RGB (Red+Green+Blue) = 82+136+83=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #528853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528853 is #AD77AC. Grayscale: #717171. Windows color (decimal): -11368365 or 5474386. OLE color: 5474386.

HSL color Cylindrical-coordinate representation of color #528853: hue angle of 121.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528853 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 83 -
CMYK 0.40 0 0.39 0.47
HSL 121.11º 0.25% 0.43% -
HSV(B) 121.11º 0.4% 0.53% -
XYZ 13.85 20.03 11.32 -
YUV 113.81 110.61 105.31 -
System Red Green Blue C M Y K H S L
Decimal 82 136 83 0.40 0 0.39 0.47 121.11 0.25 0.43
Hex 52 88 53 28 0 27 2F 79 19 2B
Octal 122 210 123 50 0 47 57 171 31 53
Binary 1010010 10001000 1010011 101000 0 100111 101111 1111001 11001 101011

Color Harmonies of #528853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528853

Black with #528853

Text Example


Text Example

White with #528853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528853; }

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

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

background-color css

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

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

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

border-color css

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

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

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