#62A58B

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

Shades of Patina #62A58B

Tints of Patina #62A58B

Color information

#62A58B (or 0x62A58B) is unknown color: approx Patina. HEX triplet: 62, A5 and 8B. RGB value is (98,165,139). Sum of RGB (Red+Green+Blue) = 98+165+139=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #62A58B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A58B is #9D5A74. Grayscale: #8E8E8E. Windows color (decimal): -10312309 or 9151842. OLE color: 9151842.

HSL color Cylindrical-coordinate representation of color #62A58B: hue angle of 156.72º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A58B is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB98165139-
CMYK0.4100.160.35
HSL156.72º27.13%51.57%-
HSV(B)156.72º40.61%64.71%-
XYZ23.1531.3729.26-
YUV142126.396.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.38%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=24.38%
G=41.04%
B=34.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981651390.4100.160.35156.7227.1351.57
Hex62A58B29010239d1b34
Octal14224521351020432353364
Binary110001010100101100010111010010100001000111001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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