#528C4A

Color #528C4A Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #528C4A

Tints of Hippie Green #528C4A

Color information

#528C4A (or 0x528C4A) is unknown color: approx 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

RGB8214074-
CMYK0.4100.470.45
HSL112.73º30.84%41.96%-
HSV(B)112.73º47.14%54.9%-
XYZ14.0921.049.8-
YUV115.13104.78104.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 74 (29.30% from 255) = 25%
R=27.70%
G=47.30%
B=25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140740.4100.470.45112.7330.8441.96
Hex528C4A2902F2D711f2a
Octal12221411251057551613752
Binary10100101000110010010101010010101111101101111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>