#528C5C

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

Shades of Como #528C5C

Tints of Como #528C5C

Color information

#528C5C (or 0x528C5C) is unknown color: approx Como. HEX triplet: 52, 8C and 5C. RGB value is (82,140,92). Sum of RGB (Red+Green+Blue) = 82+140+92=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #528C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C5C is #AD73A3. Grayscale: #757575. Windows color (decimal): -11367332 or 6065234. OLE color: 6065234.

HSL color Cylindrical-coordinate representation of color #528C5C: hue angle of 130.34º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528C5C is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB8214092-
CMYK0.4100.340.45
HSL130.34º26.13%43.53%-
HSV(B)130.34º41.43%54.9%-
XYZ14.7921.3213.46-
YUV117.19113.78102.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=26.11%
G=44.59%
B=29.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140920.4100.340.45130.3426.1343.53
Hex528C5C290222D821a2c
Octal12221413451042552023254
Binary101001010001100101110010100101000101011011000001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,140,92); }

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

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

 a { background-color: rgb(82,140,92); }

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

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

 span { border-color: rgb(82,140,92); }

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