Html Css Color HEX #528551 Hippie Green

📋 copy color: '#528551'

red 82 ◦ green 133 ◦ blue 81

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

Shades of Hippie Green #528551

Tints of Hippie Green #528551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.36%

R = 27.7%
G = 44.93%
B = 27.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#528551 (or 0x528551) is known color: Hippie Green. HEX triplet: 52, 85 and 51. RGB value is (82,133,81). Sum of RGB (Red+Green+Blue) = 82+133+81=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #528551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528551 is #AD7AAE. Grayscale: #6F6F6F. Windows color (decimal): -11369135 or 5342546. OLE color: 5342546.

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

Color convert

RGB 82 133 81 -
CMYK 0.38 0 0.39 0.48
HSL 118.85º 0.24% 0.42% -
HSV(B) 118.85º 0.39% 0.52% -
XYZ 13.35 19.16 10.78 -
YUV 111.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 82 133 81 0.38 0 0.39 0.48 118.85 0.24 0.42
Hex 52 85 51 26 0 27 30 77 18 2A
Octal 122 205 121 46 0 47 60 167 30 52
Binary 1010010 10000101 1010001 100110 0 100111 110000 1110111 11000 101010

Color Harmonies of #528551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528551

Black with #528551

Text Example


Text Example

White with #528551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528551; }

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

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

background-color css

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

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

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

border-color css

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

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

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