Html Css Color HEX #529448 Hippie Green

📋 copy color: '#529448'

red 82 ◦ green 148 ◦ blue 72

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

Shades of Hippie Green #529448

Tints of Hippie Green #529448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 27.15%
G = 49.01%
B = 23.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#529448 (or 0x529448) is known color: Hippie Green. HEX triplet: 52, 94 and 48. RGB value is (82,148,72). Sum of RGB (Red+Green+Blue) = 82+148+72=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #529448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529448 is #AD6BB7. Grayscale: #777777. Windows color (decimal): -11365304 or 4756562. OLE color: 4756562.

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

Color convert

RGB 82 148 72 -
CMYK 0.45 0 0.51 0.42
HSL 112.11º 0.35% 0.43% -
HSV(B) 112.11º 0.51% 0.58% -
XYZ 15.24 23.44 9.85 -
YUV 119.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 82 148 72 0.45 0 0.51 0.42 112.11 0.35 0.43
Hex 52 94 48 2D 0 33 2A 70 23 2B
Octal 122 224 110 55 0 63 52 160 43 53
Binary 1010010 10010100 1001000 101101 0 110011 101010 1110000 100011 101011

Color Harmonies of #529448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529448

Black with #529448

Text Example


Text Example

White with #529448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529448; }

 p { color: rgb(82,148,72); }

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

background-color css

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

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

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

border-color css

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

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

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