#528a65

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

Shades of Como #528A65

Tints of Como #528A65

Color information

#528A65 (or 0x528A65) is unknown color: approx Como. HEX triplet: 52, 8A and 65. RGB value is (82,138,101). Sum of RGB (Red+Green+Blue) = 82+138+101=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #528A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A65 is #AD759A. Grayscale: #757575. Windows color (decimal): -11367835 or 6654546. OLE color: 6654546.

HSL color Cylindrical-coordinate representation of color #528A65: hue angle of 140.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528A65 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB82138101-
CMYK0.4100.270.46
HSL140.36º25.45%43.14%-
HSV(B)140.36º40.58%54.12%-
XYZ14.9220.9115.56-
YUV117.04118.95103.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=25.55%
G=42.99%
B=31.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821381010.4100.270.46140.3625.4543.14
Hex528A652901B2E8c192b
Octal12221214551033562143153
Binary10100101000101011001011010010110111011101000110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528a65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,101); }

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

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

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

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

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

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

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