#528E61

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

Shades of Como #528E61

Tints of Como #528E61

Color information

#528E61 (or 0x528E61) is unknown color: approx Como. HEX triplet: 52, 8E and 61. RGB value is (82,142,97). Sum of RGB (Red+Green+Blue) = 82+142+97=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #528E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E61 is #AD719E. Grayscale: #777777. Windows color (decimal): -11366815 or 6393426. OLE color: 6393426.

HSL color Cylindrical-coordinate representation of color #528E61: hue angle of 135º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E61 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB8214297-
CMYK0.4200.320.44
HSL135º26.79%43.92%-
HSV(B)135º42.25%55.69%-
XYZ15.312214.75-
YUV118.93115.62101.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=25.55%
G=44.24%
B=30.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142970.4200.320.4413526.7943.92
Hex528E612A0202C871b2c
Octal12221614152040542073354
Binary101001010001110110000110101001000001011001000011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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