Html Css Color HEX #528552 Hippie Green

📋 copy color: '#528552'

red 82 ◦ green 133 ◦ blue 82

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

Shades of Hippie Green #528552

Tints of Hippie Green #528552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 27.61%
G = 44.78%
B = 27.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#528552 (or 0x528552) is known color: Hippie Green. HEX triplet: 52, 85 and 52. RGB value is (82,133,82). Sum of RGB (Red+Green+Blue) = 82+133+82=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #528552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528552 is #AD7AAD. Grayscale: #707070. Windows color (decimal): -11369134 or 5408082. OLE color: 5408082.

HSL color Cylindrical-coordinate representation of color #528552: hue angle of 120º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528552 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 82 -
CMYK 0.38 0 0.38 0.48
HSL 120º 0.24% 0.42% -
HSV(B) 120º 0.38% 0.52% -
XYZ 13.39 19.18 10.98 -
YUV 111.94 111.1 106.65 -
System Red Green Blue C M Y K H S L
Decimal 82 133 82 0.38 0 0.38 0.48 120 0.24 0.42
Hex 52 85 52 26 0 26 30 78 18 2A
Octal 122 205 122 46 0 46 60 170 30 52
Binary 1010010 10000101 1010010 100110 0 100110 110000 1111000 11000 101010

Color Harmonies of #528552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528552

Black with #528552

Text Example


Text Example

White with #528552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528552; }

 p { color: rgb(82,133,82); }

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

background-color css

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

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

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

border-color css

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

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

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