#62A484

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

Shades of Patina #62A484

Tints of Patina #62A484

Color information

#62A484 (or 0x62A484) is unknown color: approx Patina. HEX triplet: 62, A4 and 84. RGB value is (98,164,132). Sum of RGB (Red+Green+Blue) = 98+164+132=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #62A484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A484 is #9D5B7B. Grayscale: #8C8C8C. Windows color (decimal): -10312572 or 8692834. OLE color: 8692834.

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

Color convert

RGB98164132-
CMYK0.4000.200.36
HSL150.91º26.61%51.37%-
HSV(B)150.91º40.24%64.31%-
XYZ22.4830.8126.59-
YUV140.62123.1397.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=24.87%
G=41.62%
B=33.50%

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
Decimal981641320.4000.200.36150.9126.6151.37
Hex62A4842801424971b33
Octal14224420450024442273363
Binary110001010100100100001001010000101001001001001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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