Html Css Color HEX #529053 Hippie Green

📋 copy color: '#529053'

red 82 ◦ green 144 ◦ blue 83

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

Shades of Hippie Green #529053

Tints of Hippie Green #529053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

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

R = 26.54%
G = 46.6%
B = 26.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#529053 (or 0x529053) is known color: Hippie Green. HEX triplet: 52, 90 and 53. RGB value is (82,144,83). Sum of RGB (Red+Green+Blue) = 82+144+83=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #529053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529053 is #AD6FAC. Grayscale: #767676. Windows color (decimal): -11366317 or 5476434. OLE color: 5476434.

HSL color Cylindrical-coordinate representation of color #529053: hue angle of 120.97º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529053 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 83 -
CMYK 0.43 0 0.42 0.44
HSL 120.97º 0.27% 0.44% -
HSV(B) 120.97º 0.43% 0.56% -
XYZ 15.01 22.36 11.71 -
YUV 118.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 82 144 83 0.43 0 0.42 0.44 120.97 0.27 0.44
Hex 52 90 53 2B 0 2A 2C 79 1B 2C
Octal 122 220 123 53 0 52 54 171 33 54
Binary 1010010 10010000 1010011 101011 0 101010 101100 1111001 11011 101100

Color Harmonies of #529053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529053

Black with #529053

Text Example


Text Example

White with #529053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529053; }

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

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

background-color css

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

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

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

border-color css

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

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

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