Html Css Color HEX #62A483 Patina

📋 copy color: '#62A483'

red 98 ◦ green 164 ◦ blue 131

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

Shades of Patina #62A483

Tints of Patina #62A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 24.94%
G = 41.73%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#62A483 (or 0x62A483) is known color: Patina. HEX triplet: 62, A4 and 83. RGB value is (98,164,131). Sum of RGB (Red+Green+Blue) = 98+164+131=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #62A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A483 is #9D5B7C. Grayscale: #8C8C8C. Windows color (decimal): -10312573 or 8627298. OLE color: 8627298.

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

Color convert

RGB 98 164 131 -
CMYK 0.40 0 0.20 0.36
HSL 150º 0.27% 0.51% -
HSV(B) 150º 0.4% 0.64% -
XYZ 22.41 30.79 26.23 -
YUV 140.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 98 164 131 0.40 0 0.20 0.36 150 0.27 0.51
Hex 62 A4 83 28 0 14 24 96 1B 33
Octal 142 244 203 50 0 24 44 226 33 63
Binary 1100010 10100100 10000011 101000 0 10100 100100 10010110 11011 110011

Color Harmonies of #62A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A483

Black with #62A483

Text Example


Text Example

White with #62A483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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