#63937A

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

Shades of Patina #63937A

Tints of Patina #63937A

Color information

#63937A (or 0x63937A) is unknown color: approx Patina. HEX triplet: 63, 93 and 7A. RGB value is (99,147,122). Sum of RGB (Red+Green+Blue) = 99+147+122=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #63937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63937A is #9C6C85. Grayscale: #818181. Windows color (decimal): -10251398 or 8033123. OLE color: 8033123.

HSL color Cylindrical-coordinate representation of color #63937A: hue angle of 148.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63937A is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB99147122-
CMYK0.3300.170.42
HSL148.75º19.51%48.24%-
HSV(B)148.75º32.65%57.65%-
XYZ19.0924.9322.22-
YUV129.8123.6106.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=26.90%
G=39.95%
B=33.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471220.3300.170.42148.7519.5148.24
Hex63937A210112A951430
Octal14322317241021522252460
Binary11000111001001111110101000010100011010101001010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63937A; }

 p { color: rgb(99,147,122); }

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

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

 a { background-color: rgb(99,147,122); }

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

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

 span { border-color: rgb(99,147,122); }

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