#629380

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

Shades of Patina #629380

Tints of Patina #629380

Color information

#629380 (or 0x629380) is unknown color: approx Patina. HEX triplet: 62, 93 and 80. RGB value is (98,147,128). Sum of RGB (Red+Green+Blue) = 98+147+128=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #629380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629380 is #9D6C7F. Grayscale: #828282. Windows color (decimal): -10316928 or 8426338. OLE color: 8426338.

HSL color Cylindrical-coordinate representation of color #629380: hue angle of 156.73º 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 #629380 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB98147128-
CMYK0.3300.130.42
HSL156.73º20%48.04%-
HSV(B)156.73º33.33%57.65%-
XYZ19.3725.0224.23-
YUV130.18126.77105.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=26.27%
G=39.41%
B=34.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471280.3300.130.42156.732048.04
Hex629380210D2A9d1430
Octal14222320041015522352460
Binary11000101001001110000000100001011011010101001110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629380; }

 p { color: rgb(98,147,128); }

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

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

 a { background-color: rgb(98,147,128); }

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

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

 span { border-color: rgb(98,147,128); }

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