#62A586

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

Shades of Patina #62A586

Tints of Patina #62A586

Color information

#62A586 (or 0x62A586) is unknown color: approx Patina. HEX triplet: 62, A5 and 86. RGB value is (98,165,134). Sum of RGB (Red+Green+Blue) = 98+165+134=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #62A586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A586 is #9D5A79. Grayscale: #8D8D8D. Windows color (decimal): -10312314 or 8824162. OLE color: 8824162.

HSL color Cylindrical-coordinate representation of color #62A586: hue angle of 152.24º 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 #62A586 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB98165134-
CMYK0.4100.190.35
HSL152.24º27.13%51.57%-
HSV(B)152.24º40.61%64.71%-
XYZ22.831.2327.38-
YUV141.43123.897.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.69%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=24.69%
G=41.56%
B=33.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981651340.4100.190.35152.2427.1351.57
Hex62A5862901323981b34
Octal14224520651023432303364
Binary110001010100101100001101010010100111000111001100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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