Html Css Color HEX #528B52 Hippie Green

📋 copy color: '#528B52'

red 82 ◦ green 139 ◦ blue 82

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

Shades of Hippie Green #528B52

Tints of Hippie Green #528B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.87%

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

R = 27.06%
G = 45.87%
B = 27.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#528B52 (or 0x528B52) is known color: Hippie Green. HEX triplet: 52, 8B and 52. RGB value is (82,139,82). Sum of RGB (Red+Green+Blue) = 82+139+82=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #528B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B52 is #AD74AD. Grayscale: #737373. Windows color (decimal): -11367598 or 5409618. OLE color: 5409618.

HSL color Cylindrical-coordinate representation of color #528B52: hue angle of 120º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528B52 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 82 -
CMYK 0.41 0 0.41 0.45
HSL 120º 0.26% 0.43% -
HSV(B) 120º 0.41% 0.55% -
XYZ 14.24 20.87 11.26 -
YUV 115.46 109.12 104.13 -
System Red Green Blue C M Y K H S L
Decimal 82 139 82 0.41 0 0.41 0.45 120 0.26 0.43
Hex 52 8B 52 29 0 29 2D 78 1A 2B
Octal 122 213 122 51 0 51 55 170 32 53
Binary 1010010 10001011 1010010 101001 0 101001 101101 1111000 11010 101011

Color Harmonies of #528B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B52

Black with #528B52

Text Example


Text Example

White with #528B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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