#528D4A

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

Shades of Hippie Green #528D4A

Tints of Hippie Green #528D4A

Color information

#528D4A (or 0x528D4A) is unknown color: approx Hippie Green. HEX triplet: 52, 8D and 4A. RGB value is (82,141,74). Sum of RGB (Red+Green+Blue) = 82+141+74=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #528D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D4A is #AD72B5. Grayscale: #737373. Windows color (decimal): -11367094 or 4885842. OLE color: 4885842.

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

Color convert

RGB8214174-
CMYK0.4200.480.45
HSL112.84º31.16%42.16%-
HSV(B)112.84º47.52%55.29%-
XYZ14.2421.349.85-
YUV115.72104.45103.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=27.61%
G=47.47%
B=24.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141740.4200.480.45112.8431.1642.16
Hex528D4A2A0302D711f2a
Octal12221511252060551613752
Binary10100101000110110010101010100110000101101111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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