#62A28C

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

Shades of Patina #62A28C

Tints of Patina #62A28C

Color information

#62A28C (or 0x62A28C) is unknown color: approx Patina. HEX triplet: 62, A2 and 8C. RGB value is (98,162,140). Sum of RGB (Red+Green+Blue) = 98+162+140=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #62A28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A28C is #9D5D73. Grayscale: #8C8C8C. Windows color (decimal): -10313076 or 9216610. OLE color: 9216610.

HSL color Cylindrical-coordinate representation of color #62A28C: hue angle of 159.38º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A28C is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB98162140-
CMYK0.4000.140.36
HSL159.38º25.6%50.98%-
HSV(B)159.38º39.51%63.53%-
XYZ22.6930.3329.47-
YUV140.36127.897.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.5%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 140 (55.08% from 255) = 35%
R=24.5%
G=40.5%
B=35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621400.4000.140.36159.3825.650.98
Hex62A28C280E249f1a33
Octal14224221450016442373263
Binary11000101010001010001100101000011101001001001111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A28C; }

 p { color: rgb(98,162,140); }

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

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

 a { background-color: rgb(98,162,140); }

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

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

 span { border-color: rgb(98,162,140); }

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