#528960

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

Shades of Como #528960

Tints of Como #528960

Color information

#528960 (or 0x528960) is unknown color: approx Como. HEX triplet: 52, 89 and 60. RGB value is (82,137,96). Sum of RGB (Red+Green+Blue) = 82+137+96=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #528960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528960 is #AD769F. Grayscale: #737373. Windows color (decimal): -11368096 or 6326610. OLE color: 6326610.

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

Color convert

RGB8213796-
CMYK0.4000.300.46
HSL135.27º25.11%42.94%-
HSV(B)135.27º40.15%53.73%-
XYZ14.5420.5314.26-
YUV115.88116.78103.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=26.03%
G=43.49%
B=30.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137960.4000.300.46135.2725.1142.94
Hex5289602801E2E87192b
Octal12221114050036562073153
Binary10100101000100111000001010000111101011101000011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528960; }

 p { color: rgb(82,137,96); }

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

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

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

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

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

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

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