#63A28D

Color #63A28D Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #63A28D

Tints of Patina #63A28D

Color information

#63A28D (or 0x63A28D) is unknown color: approx Patina. HEX triplet: 63, A2 and 8D. RGB value is (99,162,141). Sum of RGB (Red+Green+Blue) = 99+162+141=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #63A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A28D is #9C5D72. Grayscale: #8C8C8C. Windows color (decimal): -10247539 or 9282147. OLE color: 9282147.

HSL color Cylindrical-coordinate representation of color #63A28D: hue angle of 160º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A28D is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB99162141-
CMYK0.3900.130.36
HSL160º25.3%51.18%-
HSV(B)160º38.89%63.53%-
XYZ22.8730.4229.86-
YUV140.77128.1398.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.63%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=24.63%
G=40.30%
B=35.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991621410.3900.130.3616025.351.18
Hex63A28D270D24a01933
Octal14324221547015442403163
Binary11000111010001010001101100111011011001001010000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A28D; }

 p { color: rgb(99,162,141); }

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

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

 a { background-color: rgb(99,162,141); }

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

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

 span { border-color: rgb(99,162,141); }

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