#62A485

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

Shades of Patina #62A485

Tints of Patina #62A485

Color information

#62A485 (or 0x62A485) is unknown color: approx Patina. HEX triplet: 62, A4 and 85. RGB value is (98,164,133). Sum of RGB (Red+Green+Blue) = 98+164+133=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #62A485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A485 is #9D5B7A. Grayscale: #8C8C8C. Windows color (decimal): -10312571 or 8758370. OLE color: 8758370.

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

Color convert

RGB98164133-
CMYK0.4000.190.36
HSL151.82º26.61%51.37%-
HSV(B)151.82º40.24%64.31%-
XYZ22.5530.8426.95-
YUV140.73123.6397.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=24.81%
G=41.52%
B=33.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981641330.4000.190.36151.8226.6151.37
Hex62A4852801324981b33
Octal14224420550023442303363
Binary110001010100100100001011010000100111001001001100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,164,133); }

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

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

 a { background-color: rgb(98,164,133); }

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

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

 span { border-color: rgb(98,164,133); }

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