Html Css Color HEX #528F4A Hippie Green

📋 copy color: '#528F4A'

red 82 ◦ green 143 ◦ blue 74

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

Shades of Hippie Green #528F4A

Tints of Hippie Green #528F4A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.83%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 27.42%
G = 47.83%
B = 24.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#528F4A (or 0x528F4A) is known color: Hippie Green. HEX triplet: 52, 8F and 4A. RGB value is (82,143,74). Sum of RGB (Red+Green+Blue) = 82+143+74=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #528F4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528F4A is #AD70B5. Grayscale: #757575. Windows color (decimal): -11366582 or 4886354. OLE color: 4886354.

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

Color convert

RGB 82 143 74 -
CMYK 0.43 0 0.48 0.44
HSL 113.04º 0.32% 0.43% -
HSV(B) 113.04º 0.48% 0.56% -
XYZ 14.54 21.93 9.95 -
YUV 116.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 82 143 74 0.43 0 0.48 0.44 113.04 0.32 0.43
Hex 52 8F 4A 2B 0 30 2C 71 20 2B
Octal 122 217 112 53 0 60 54 161 40 53
Binary 1010010 10001111 1001010 101011 0 110000 101100 1110001 100000 101011

Color Harmonies of #528F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F4A

Black with #528F4A

Text Example


Text Example

White with #528F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528F4A; }

 p { color: rgb(82,143,74); }

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

background-color css

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

 a { background-color: rgb(82,143,74); }

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

border-color css

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

 span { border-color: rgb(82,143,74); }

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