#529374

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

Shades of Cutty Sark #529374

Tints of Cutty Sark #529374

Color information

#529374 (or 0x529374) is unknown color: approx Cutty Sark. HEX triplet: 52, 93 and 74. RGB value is (82,147,116). Sum of RGB (Red+Green+Blue) = 82+147+116=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #529374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529374 is #AD6C8B. Grayscale: #7C7C7C. Windows color (decimal): -11365516 or 7639890. OLE color: 7639890.

HSL color Cylindrical-coordinate representation of color #529374: hue angle of 151.38º 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 #529374 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB82147116-
CMYK0.4400.210.42
HSL151.38º28.38%44.9%-
HSV(B)151.38º44.22%57.65%-
XYZ17.0723.9220.24-
YUV124.03123.4798.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=23.77%
G=42.61%
B=33.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471160.4400.210.42151.3828.3844.9
Hex5293742C0152A971c2d
Octal12222316454025522273455
Binary10100101001001111101001011000101011010101001011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529374; }

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

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

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

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

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

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

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

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