#528C56

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

Shades of Hippie Green #528C56

Tints of Hippie Green #528C56

Color information

#528C56 (or 0x528C56) is unknown color: approx Hippie Green. HEX triplet: 52, 8C and 56. RGB value is (82,140,86). Sum of RGB (Red+Green+Blue) = 82+140+86=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #528C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C56 is #AD73A9. Grayscale: #747474. Windows color (decimal): -11367338 or 5672018. OLE color: 5672018.

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

Color convert

RGB8214086-
CMYK0.4100.390.45
HSL124.14º26.13%43.53%-
HSV(B)124.14º41.43%54.9%-
XYZ14.5421.2212.13-
YUV116.5110.78103.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 140 (55.08% from 255) = 45.45%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=26.62%
G=45.45%
B=27.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140860.4100.390.45124.1426.1343.53
Hex528C56290272D7c1a2c
Octal12221412651047551743254
Binary10100101000110010101101010010100111101101111110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #528C56;
 }
 .AnyTagClassName
 {
   color: #528C56;
 }
</style>
background-color css

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

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

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

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

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

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