#528961

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

Shades of Como #528961

Tints of Como #528961

Color information

#528961 (or 0x528961) is unknown color: approx Como. HEX triplet: 52, 89 and 61. RGB value is (82,137,97). Sum of RGB (Red+Green+Blue) = 82+137+97=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #528961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528961 is #AD769E. Grayscale: #747474. Windows color (decimal): -11368095 or 6392146. OLE color: 6392146.

HSL color Cylindrical-coordinate representation of color #528961: hue angle of 136.36º 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 #528961 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB8213797-
CMYK0.4000.290.46
HSL136.36º25.11%42.94%-
HSV(B)136.36º40.15%53.73%-
XYZ14.5820.5514.51-
YUV116117.28103.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=25.95%
G=43.35%
B=30.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137970.4000.290.46136.3625.1142.94
Hex5289612801D2E88192b
Octal12221114150035562103153
Binary10100101000100111000011010000111011011101000100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528961; }

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

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

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

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

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

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

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

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