#65A499

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

Shades of Tradewind #65A499

Tints of Tradewind #65A499

Color information

#65A499 (or 0x65A499) is unknown color: approx Tradewind. HEX triplet: 65, A4 and 99. RGB value is (101,164,153). Sum of RGB (Red+Green+Blue) = 101+164+153=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #65A499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A499 is #9A5B66. Grayscale: #8F8F8F. Windows color (decimal): -10115943 or 10069093. OLE color: 10069093.

HSL color Cylindrical-coordinate representation of color #65A499: hue angle of 169.52º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A499 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB101164153-
CMYK0.3800.070.36
HSL169.52º25.71%51.96%-
HSV(B)169.52º38.41%64.31%-
XYZ24.3931.6234.95-
YUV143.91133.1397.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=24.16%
G=39.23%
B=36.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641530.3800.070.36169.5225.7151.96
Hex65A499260724aa1a34
Octal1452442314607442523264
Binary1100101101001001001100110011001111001001010101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A499; }

 p { color: rgb(101,164,153); }

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

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

 a { background-color: rgb(101,164,153); }

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

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

 span { border-color: rgb(101,164,153); }

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