Html Css Color HEX #529544 Hippie Green

📋 copy color: '#529544'

red 82 ◦ green 149 ◦ blue 68

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

Shades of Hippie Green #529544

Tints of Hippie Green #529544

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 27.42%
G = 49.83%
B = 22.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#529544 (or 0x529544) is known color: Hippie Green. HEX triplet: 52, 95 and 44. RGB value is (82,149,68). Sum of RGB (Red+Green+Blue) = 82+149+68=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #529544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529544 is #AD6ABB. Grayscale: #777777. Windows color (decimal): -11365052 or 4494674. OLE color: 4494674.

HSL color Cylindrical-coordinate representation of color #529544: hue angle of 109.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #529544 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 68 -
CMYK 0.45 0 0.54 0.42
HSL 109.63º 0.37% 0.43% -
HSV(B) 109.63º 0.54% 0.58% -
XYZ 15.27 23.71 9.24 -
YUV 119.73 98.8 101.09 -
System Red Green Blue C M Y K H S L
Decimal 82 149 68 0.45 0 0.54 0.42 109.63 0.37 0.43
Hex 52 95 44 2D 0 36 2A 6E 25 2B
Octal 122 225 104 55 0 66 52 156 45 53
Binary 1010010 10010101 1000100 101101 0 110110 101010 1101110 100101 101011

Color Harmonies of #529544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529544

Black with #529544

Text Example


Text Example

White with #529544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529544; }

 p { color: rgb(82,149,68); }

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

background-color css

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

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

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

border-color css

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

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

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