#629382

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

Shades of Patina #629382

Tints of Patina #629382

Color information

#629382 (or 0x629382) is unknown color: approx Patina. HEX triplet: 62, 93 and 82. RGB value is (98,147,130). Sum of RGB (Red+Green+Blue) = 98+147+130=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #629382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629382 is #9D6C7D. Grayscale: #828282. Windows color (decimal): -10316926 or 8557410. OLE color: 8557410.

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

Color convert

RGB98147130-
CMYK0.3300.120.42
HSL159.18º20%48.04%-
HSV(B)159.18º33.33%57.65%-
XYZ19.525.0824.93-
YUV130.41127.77104.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=26.13%
G=39.2%
B=34.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471300.3300.120.42159.182048.04
Hex629382210C2A9f1430
Octal14222320241014522372460
Binary11000101001001110000010100001011001010101001111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629382; }

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

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

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

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

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

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

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

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