#528652

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

Shades of Hippie Green #528652

Tints of Hippie Green #528652

Color information

#528652 (or 0x528652) is unknown color: approx Hippie Green. HEX triplet: 52, 86 and 52. RGB value is (82,134,82). Sum of RGB (Red+Green+Blue) = 82+134+82=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #528652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528652 is #AD79AD. Grayscale: #707070. Windows color (decimal): -11368878 or 5408338. OLE color: 5408338.

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

Color convert

RGB8213482-
CMYK0.3900.390.47
HSL120º24.07%42.35%-
HSV(B)120º38.81%52.55%-
XYZ13.5319.4511.02-
YUV112.52110.77106.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=27.52%
G=44.97%
B=27.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134820.3900.390.4712024.0742.35
Hex528652270272F78182a
Octal12220612247047571703052
Binary10100101000011010100101001110100111101111111100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528652; }

 p { color: rgb(82,134,82); }

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

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

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

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

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

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

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