#62A58A

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

Shades of Patina #62A58A

Tints of Patina #62A58A

Color information

#62A58A (or 0x62A58A) is unknown color: approx Patina. HEX triplet: 62, A5 and 8A. RGB value is (98,165,138). Sum of RGB (Red+Green+Blue) = 98+165+138=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #62A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A58A is #9D5A75. Grayscale: #8D8D8D. Windows color (decimal): -10312310 or 9086306. OLE color: 9086306.

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

Color convert

RGB98165138-
CMYK0.4100.160.35
HSL155.82º27.13%51.57%-
HSV(B)155.82º40.61%64.71%-
XYZ23.0831.3428.88-
YUV141.89125.896.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=24.44%
G=41.15%
B=34.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981651380.4100.160.35155.8227.1351.57
Hex62A58A29010239c1b34
Octal14224521251020432343364
Binary110001010100101100010101010010100001000111001110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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