#528D6D

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

Shades of Cutty Sark #528D6D

Tints of Cutty Sark #528D6D

Color information

#528D6D (or 0x528D6D) is unknown color: approx Cutty Sark. HEX triplet: 52, 8D and 6D. RGB value is (82,141,109). Sum of RGB (Red+Green+Blue) = 82+141+109=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #528D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D6D is #AD7292. Grayscale: #777777. Windows color (decimal): -11367059 or 7179602. OLE color: 7179602.

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

Color convert

RGB82141109-
CMYK0.4200.230.45
HSL147.46º26.46%43.73%-
HSV(B)147.46º41.84%55.29%-
XYZ15.7621.9517.87-
YUV119.71121.95101.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=24.70%
G=42.47%
B=32.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821411090.4200.230.45147.4626.4643.73
Hex528D6D2A0172D931a2c
Octal12221515552027552233254
Binary10100101000110111011011010100101111011011001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,141,109); }

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

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

 a { background-color: rgb(82,141,109); }

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

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

 span { border-color: rgb(82,141,109); }

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