#63A381

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

Shades of Patina #63A381

Tints of Patina #63A381

Color information

#63A381 (or 0x63A381) is unknown color: approx Patina. HEX triplet: 63, A3 and 81. RGB value is (99,163,129). Sum of RGB (Red+Green+Blue) = 99+163+129=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #63A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A381 is #9C5C7E. Grayscale: #8C8C8C. Windows color (decimal): -10247295 or 8495971. OLE color: 8495971.

HSL color Cylindrical-coordinate representation of color #63A381: hue angle of 148.12º degrees, saturation: 0.26, 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 #63A381 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB99163129-
CMYK0.3900.210.36
HSL148.12º25.81%51.37%-
HSV(B)148.12º39.26%63.92%-
XYZ22.2130.4325.47-
YUV139.99121.898.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=25.32%
G=41.69%
B=32.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991631290.3900.210.36148.1225.8151.37
Hex63A3812701524941a33
Octal14324320147025442243263
Binary110001110100011100000011001110101011001001001010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,163,129); }

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

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

 a { background-color: rgb(99,163,129); }

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

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

 span { border-color: rgb(99,163,129); }

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