#629083

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

Shades of Patina #629083

Tints of Patina #629083

Color information

#629083 (or 0x629083) is unknown color: approx Patina. HEX triplet: 62, 90 and 83. RGB value is (98,144,131). Sum of RGB (Red+Green+Blue) = 98+144+131=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #629083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629083 is #9D6F7C. Grayscale: #808080. Windows color (decimal): -10317693 or 8622178. OLE color: 8622178.

HSL color Cylindrical-coordinate representation of color #629083: hue angle of 163.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629083 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB98144131-
CMYK0.3200.090.44
HSL163.04º19.01%47.45%-
HSV(B)163.04º31.94%56.47%-
XYZ19.1124.1825.13-
YUV128.76129.26106.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=26.27%
G=38.61%
B=35.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981441310.3200.090.44163.0419.0147.45
Hex62908320092Ca3132f
Octal14222020340011542432357
Binary11000101001000010000011100000010011011001010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629083; }

 p { color: rgb(98,144,131); }

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

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

 a { background-color: rgb(98,144,131); }

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

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

 span { border-color: rgb(98,144,131); }

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