#629383

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

Shades of Patina #629383

Tints of Patina #629383

Color information

#629383 (or 0x629383) is unknown color: approx Patina. HEX triplet: 62, 93 and 83. RGB value is (98,147,131). Sum of RGB (Red+Green+Blue) = 98+147+131=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #629383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629383 is #9D6C7C. Grayscale: #828282. Windows color (decimal): -10316925 or 8622946. OLE color: 8622946.

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

Color convert

RGB98147131-
CMYK0.3300.110.42
HSL160.41º20%48.04%-
HSV(B)160.41º33.33%57.65%-
XYZ19.5725.125.29-
YUV130.52128.27104.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=26.06%
G=39.10%
B=34.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471310.3300.110.42160.412048.04
Hex629383210B2Aa01430
Octal14222320341013522402460
Binary11000101001001110000011100001010111010101010000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629383; }

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

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

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

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

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

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

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

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