#62A28B

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

Shades of Patina #62A28B

Tints of Patina #62A28B

Color information

#62A28B (or 0x62A28B) is unknown color: approx Patina. HEX triplet: 62, A2 and 8B. RGB value is (98,162,139). Sum of RGB (Red+Green+Blue) = 98+162+139=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #62A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A28B is #9D5D74. Grayscale: #8C8C8C. Windows color (decimal): -10313077 or 9151074. OLE color: 9151074.

HSL color Cylindrical-coordinate representation of color #62A28B: hue angle of 158.44º 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 #62A28B is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB98162139-
CMYK0.4000.140.36
HSL158.44º25.6%50.98%-
HSV(B)158.44º39.51%63.53%-
XYZ22.6230.329.08-
YUV140.24127.397.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=24.56%
G=40.60%
B=34.84%

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
Decimal981621390.4000.140.36158.4425.650.98
Hex62A28B280E249e1a33
Octal14224221350016442363263
Binary11000101010001010001011101000011101001001001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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