#528C4B

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

Shades of Hippie Green #528C4B

Tints of Hippie Green #528C4B

Color information

#528C4B (or 0x528C4B) is unknown color: approx Hippie Green. HEX triplet: 52, 8C and 4B. RGB value is (82,140,75). Sum of RGB (Red+Green+Blue) = 82+140+75=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #528C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C4B is #AD73B4. Grayscale: #737373. Windows color (decimal): -11367349 or 4951122. OLE color: 4951122.

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

Color convert

RGB8214075-
CMYK0.4100.460.45
HSL113.54º30.23%42.16%-
HSV(B)113.54º46.43%54.9%-
XYZ14.1321.069.98-
YUV115.25105.28104.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=27.61%
G=47.14%
B=25.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140750.4100.460.45113.5430.2342.16
Hex528C4B2902E2D721e2a
Octal12221411351056551623652
Binary10100101000110010010111010010101110101101111001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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