Html Css Color HEX #62A582 Patina

📋 copy color: '#62A582'

red 98 ◦ green 165 ◦ blue 130

#62A582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #62A582

Tints of Patina #62A582

RGB

 RED value IS 98 (38.67% from 255) = 24.94%

 GREEN value IS 165 (64.84% from 255) = 41.98%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 24.94%
G = 41.98%
B = 33.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#62A582 (or 0x62A582) is known color: Patina. HEX triplet: 62, A5 and 82. RGB value is (98,165,130). Sum of RGB (Red+Green+Blue) = 98+165+130=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #62A582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A582 is #9D5A7D. Grayscale: #8D8D8D. Windows color (decimal): -10312318 or 8562018. OLE color: 8562018.

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

Color convert

RGB 98 165 130 -
CMYK 0.41 0 0.21 0.35
HSL 148.66º 0.27% 0.52% -
HSV(B) 148.66º 0.41% 0.65% -
XYZ 22.52 31.12 25.94 -
YUV 140.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 98 165 130 0.41 0 0.21 0.35 148.66 0.27 0.52
Hex 62 A5 82 29 0 15 23 95 1B 34
Octal 142 245 202 51 0 25 43 225 33 64
Binary 1100010 10100101 10000010 101001 0 10101 100011 10010101 11011 110100

Color Harmonies of #62A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A582

Black with #62A582

Text Example


Text Example

White with #62A582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62A582;
 }
 .AnyTagClassName
 {
   color: #62A582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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