#629384

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

Shades of Patina #629384

Tints of Patina #629384

Color information

#629384 (or 0x629384) is unknown color: approx Patina. HEX triplet: 62, 93 and 84. RGB value is (98,147,132). Sum of RGB (Red+Green+Blue) = 98+147+132=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #629384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629384 is #9D6C7B. Grayscale: #828282. Windows color (decimal): -10316924 or 8688482. OLE color: 8688482.

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

Color convert

RGB98147132-
CMYK0.3300.100.42
HSL161.63º20%48.04%-
HSV(B)161.63º33.33%57.65%-
XYZ19.6425.1325.65-
YUV130.64128.77104.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=25.99%
G=38.99%
B=35.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471320.3300.100.42161.632048.04
Hex629384210A2Aa21430
Octal14222320441012522422460
Binary11000101001001110000100100001010101010101010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629384; }

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

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

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

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

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

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

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

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