#629489

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

Shades of Patina #629489

Tints of Patina #629489

Color information

#629489 (or 0x629489) is unknown color: approx Patina. HEX triplet: 62, 94 and 89. RGB value is (98,148,137). Sum of RGB (Red+Green+Blue) = 98+148+137=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #629489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629489 is #9D6B76. Grayscale: #838383. Windows color (decimal): -10316663 or 9016418. OLE color: 9016418.

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

Color convert

RGB98148137-
CMYK0.3400.070.42
HSL166.8º20.33%48.24%-
HSV(B)166.8º33.78%58.04%-
XYZ20.1425.5827.54-
YUV131.8130.94103.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=25.59%
G=38.64%
B=35.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981481370.3400.070.42166.820.3348.24
Hex62948922072Aa71430
Octal1422242114207522472460
Binary1100010100101001000100110001001111010101010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629489; }

 p { color: rgb(98,148,137); }

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

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

 a { background-color: rgb(98,148,137); }

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

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

 span { border-color: rgb(98,148,137); }

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