#528B54

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

Shades of Hippie Green #528B54

Tints of Hippie Green #528B54

Color information

#528B54 (or 0x528B54) is unknown color: approx Hippie Green. HEX triplet: 52, 8B and 54. RGB value is (82,139,84). Sum of RGB (Red+Green+Blue) = 82+139+84=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #528B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B54 is #AD74AB. Grayscale: #737373. Windows color (decimal): -11367596 or 5540690. OLE color: 5540690.

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

Color convert

RGB8213984-
CMYK0.4100.400.45
HSL122.11º25.79%43.33%-
HSV(B)122.11º41.01%54.51%-
XYZ14.3120.911.67-
YUV115.69110.12103.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=26.89%
G=45.57%
B=27.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82139840.4100.400.45122.1125.7943.33
Hex528B54290282D7a1a2b
Octal12221312451050551723253
Binary10100101000101110101001010010101000101101111101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,139,84); }

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

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

 a { background-color: rgb(82,139,84); }

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

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

 span { border-color: rgb(82,139,84); }

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