Html Css Color HEX #528954 Hippie Green

📋 copy color: '#528954'

red 82 ◦ green 137 ◦ blue 84

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

Shades of Hippie Green #528954

Tints of Hippie Green #528954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.21%

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 27.06%
G = 45.21%
B = 27.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#528954 (or 0x528954) is known color: Hippie Green. HEX triplet: 52, 89 and 54. RGB value is (82,137,84). Sum of RGB (Red+Green+Blue) = 82+137+84=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #528954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528954 is #AD76AB. Grayscale: #727272. Windows color (decimal): -11368108 or 5540178. OLE color: 5540178.

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

Color convert

RGB 82 137 84 -
CMYK 0.40 0 0.39 0.46
HSL 122.18º 0.25% 0.43% -
HSV(B) 122.18º 0.4% 0.54% -
XYZ 14.03 20.33 11.57 -
YUV 114.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 82 137 84 0.40 0 0.39 0.46 122.18 0.25 0.43
Hex 52 89 54 28 0 27 2E 7A 19 2B
Octal 122 211 124 50 0 47 56 172 31 53
Binary 1010010 10001001 1010100 101000 0 100111 101110 1111010 11001 101011

Color Harmonies of #528954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528954

Black with #528954

Text Example


Text Example

White with #528954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528954; }

 p { color: rgb(82,137,84); }

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

background-color css

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

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

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

border-color css

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

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

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