#529378

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

Shades of Cutty Sark #529378

Tints of Cutty Sark #529378

Color information

#529378 (or 0x529378) is unknown color: approx Cutty Sark. HEX triplet: 52, 93 and 78. RGB value is (82,147,120). Sum of RGB (Red+Green+Blue) = 82+147+120=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #529378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529378 is #AD6C87. Grayscale: #7C7C7C. Windows color (decimal): -11365512 or 7902034. OLE color: 7902034.

HSL color Cylindrical-coordinate representation of color #529378: hue angle of 155.08º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529378 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB82147120-
CMYK0.4400.180.42
HSL155.08º28.38%44.9%-
HSV(B)155.08º44.22%57.65%-
XYZ17.324.0221.49-
YUV124.49125.4797.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=23.50%
G=42.12%
B=34.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471200.4400.180.42155.0828.3844.9
Hex5293782C0122A9b1c2d
Octal12222317054022522333455
Binary10100101001001111110001011000100101010101001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529378; }

 p { color: rgb(82,147,120); }

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

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

 a { background-color: rgb(82,147,120); }

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

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

 span { border-color: rgb(82,147,120); }

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