#62A481

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

Shades of Patina #62A481

Tints of Patina #62A481

Color information

#62A481 (or 0x62A481) is unknown color: approx Patina. HEX triplet: 62, A4 and 81. RGB value is (98,164,129). Sum of RGB (Red+Green+Blue) = 98+164+129=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #62A481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A481 is #9D5B7E. Grayscale: #8C8C8C. Windows color (decimal): -10312575 or 8496226. OLE color: 8496226.

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

Color convert

RGB98164129-
CMYK0.4000.210.36
HSL148.18º26.61%51.37%-
HSV(B)148.18º40.24%64.31%-
XYZ22.2730.7325.53-
YUV140.28121.6397.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.06%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=25.06%
G=41.94%
B=32.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981641290.4000.210.36148.1826.6151.37
Hex62A4812801524941b33
Octal14224420150025442243363
Binary110001010100100100000011010000101011001001001010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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