Html Css Color HEX #528653 Hippie Green

📋 copy color: '#528653'

red 82 ◦ green 134 ◦ blue 83

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

Shades of Hippie Green #528653

Tints of Hippie Green #528653

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 27.42%
G = 44.82%
B = 27.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#528653 (or 0x528653) is known color: Hippie Green. HEX triplet: 52, 86 and 53. RGB value is (82,134,83). Sum of RGB (Red+Green+Blue) = 82+134+83=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #528653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528653 is #AD79AC. Grayscale: #707070. Windows color (decimal): -11368877 or 5473874. OLE color: 5473874.

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

Color convert

RGB 82 134 83 -
CMYK 0.39 0 0.38 0.47
HSL 121.15º 0.24% 0.42% -
HSV(B) 121.15º 0.39% 0.53% -
XYZ 13.57 19.47 11.23 -
YUV 112.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 82 134 83 0.39 0 0.38 0.47 121.15 0.24 0.42
Hex 52 86 53 27 0 26 2F 79 18 2A
Octal 122 206 123 47 0 46 57 171 30 52
Binary 1010010 10000110 1010011 100111 0 100110 101111 1111001 11000 101010

Color Harmonies of #528653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528653

Black with #528653

Text Example


Text Example

White with #528653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528653; }

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

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

background-color css

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

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

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

border-color css

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

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

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