#62A282

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

Shades of Patina #62A282

Tints of Patina #62A282

Color information

#62A282 (or 0x62A282) is unknown color: approx Patina. HEX triplet: 62, A2 and 82. RGB value is (98,162,130). Sum of RGB (Red+Green+Blue) = 98+162+130=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #62A282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A282 is #9D5D7D. Grayscale: #8B8B8B. Windows color (decimal): -10313086 or 8561250. OLE color: 8561250.

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

Color convert

RGB98162130-
CMYK0.4000.200.36
HSL150º25.6%50.98%-
HSV(B)150º39.51%63.53%-
XYZ21.9930.0525.76-
YUV139.22122.898.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=25.13%
G=41.54%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981621300.4000.200.3615025.650.98
Hex62A2822801424961a33
Octal14224220250024442263263
Binary110001010100010100000101010000101001001001001011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,162,130); }

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

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

 a { background-color: rgb(98,162,130); }

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

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

 span { border-color: rgb(98,162,130); }

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