Html Css Color HEX #528C4A Hippie Green

📋 copy color: '#528C4A'

red 82 ◦ green 140 ◦ blue 74

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

Shades of Hippie Green #528C4A

Tints of Hippie Green #528C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.3%

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

R = 27.7%
G = 47.3%
B = 25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#528C4A (or 0x528C4A) is known color: Hippie Green. HEX triplet: 52, 8C and 4A. RGB value is (82,140,74). Sum of RGB (Red+Green+Blue) = 82+140+74=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #528C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C4A is #AD73B5. Grayscale: #737373. Windows color (decimal): -11367350 or 4885586. OLE color: 4885586.

HSL color Cylindrical-coordinate representation of color #528C4A: hue angle of 112.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #528C4A is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 140 74 -
CMYK 0.41 0 0.47 0.45
HSL 112.73º 0.31% 0.42% -
HSV(B) 112.73º 0.47% 0.55% -
XYZ 14.09 21.04 9.8 -
YUV 115.13 104.78 104.37 -
System Red Green Blue C M Y K H S L
Decimal 82 140 74 0.41 0 0.47 0.45 112.73 0.31 0.42
Hex 52 8C 4A 29 0 2F 2D 71 1F 2A
Octal 122 214 112 51 0 57 55 161 37 52
Binary 1010010 10001100 1001010 101001 0 101111 101101 1110001 11111 101010

Color Harmonies of #528C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528C4A

Black with #528C4A

Text Example


Text Example

White with #528C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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