#62A588

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

Shades of Patina #62A588

Tints of Patina #62A588

Color information

#62A588 (or 0x62A588) is unknown color: approx Patina. HEX triplet: 62, A5 and 88. RGB value is (98,165,136). Sum of RGB (Red+Green+Blue) = 98+165+136=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #62A588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A588 is #9D5A77. Grayscale: #8D8D8D. Windows color (decimal): -10312312 or 8955234. OLE color: 8955234.

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

Color convert

RGB98165136-
CMYK0.4100.180.35
HSL154.03º27.13%51.57%-
HSV(B)154.03º40.61%64.71%-
XYZ22.9431.2828.12-
YUV141.66124.896.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=24.56%
G=41.35%
B=34.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981651360.4100.180.35154.0327.1351.57
Hex62A58829012239a1b34
Octal14224521051022432323364
Binary110001010100101100010001010010100101000111001101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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