#528968

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

Shades of Como #528968

Tints of Como #528968

Color information

#528968 (or 0x528968) is unknown color: approx Como. HEX triplet: 52, 89 and 68. RGB value is (82,137,104). Sum of RGB (Red+Green+Blue) = 82+137+104=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #528968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528968 is #AD7697. Grayscale: #747474. Windows color (decimal): -11368088 or 6850898. OLE color: 6850898.

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

Color convert

RGB82137104-
CMYK0.4000.240.46
HSL144º25.11%42.94%-
HSV(B)144º40.15%53.73%-
XYZ14.9220.6816.3-
YUV116.79120.78103.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=25.39%
G=42.41%
B=32.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371040.4000.240.4614425.1142.94
Hex528968280182E90192b
Octal12221115050030562203153
Binary10100101000100111010001010000110001011101001000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528968; }

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

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

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

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

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

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

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

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