#528461

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

Shades of Como #528461

Tints of Como #528461

Color information

#528461 (or 0x528461) is unknown color: approx Como. HEX triplet: 52, 84 and 61. RGB value is (82,132,97). Sum of RGB (Red+Green+Blue) = 82+132+97=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #528461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528461 is #AD7B9E. Grayscale: #717171. Windows color (decimal): -11369375 or 6390866. OLE color: 6390866.

HSL color Cylindrical-coordinate representation of color #528461: hue angle of 138º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528461 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB8213297-
CMYK0.3800.270.48
HSL138º23.36%41.96%-
HSV(B)138º37.88%51.76%-
XYZ13.8919.1614.28-
YUV113.06118.94105.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=26.37%
G=42.44%
B=31.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82132970.3800.270.4813823.3641.96
Hex5284612601B308a172a
Octal12220414146033602122752
Binary10100101000010011000011001100110111100001000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528461; }

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

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

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

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

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

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

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

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