#528368

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

Shades of Como #528368

Tints of Como #528368

Color information

#528368 (or 0x528368) is unknown color: approx Como. HEX triplet: 52, 83 and 68. RGB value is (82,131,104). Sum of RGB (Red+Green+Blue) = 82+131+104=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #528368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528368 is #AD7C97. Grayscale: #717171. Windows color (decimal): -11369624 or 6849362. OLE color: 6849362.

HSL color Cylindrical-coordinate representation of color #528368: hue angle of 146.94º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528368 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB82131104-
CMYK0.3700.210.49
HSL146.94º23%41.76%-
HSV(B)146.94º37.4%51.37%-
XYZ14.0919.0316.03-
YUV113.27122.77105.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=25.87%
G=41.32%
B=32.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821311040.3700.210.49146.942341.76
Hex528368250153193172a
Octal12220315045025612232752
Binary10100101000001111010001001010101011100011001001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528368; }

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

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

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

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

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

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

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

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