#528754

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

Shades of Hippie Green #528754

Tints of Hippie Green #528754

Color information

#528754 (or 0x528754) is unknown color: approx Hippie Green. HEX triplet: 52, 87 and 54. RGB value is (82,135,84). Sum of RGB (Red+Green+Blue) = 82+135+84=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #528754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528754 is #AD78AB. Grayscale: #717171. Windows color (decimal): -11368620 or 5539666. OLE color: 5539666.

HSL color Cylindrical-coordinate representation of color #528754: hue angle of 122.26º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528754 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB8213584-
CMYK0.3900.380.47
HSL122.26º24.42%42.55%-
HSV(B)122.26º39.26%52.94%-
XYZ13.7419.7611.48-
YUV113.34111.44105.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=27.24%
G=44.85%
B=27.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135840.3900.380.47122.2624.4242.55
Hex528754270262F7a182b
Octal12220712447046571723053
Binary10100101000011110101001001110100110101111111101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528754; }

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

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

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

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

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

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

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

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