Html Css Color HEX #63A28D Patina

📋 copy color: '#63A28D'

red 99 ◦ green 162 ◦ blue 141

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

Shades of Patina #63A28D

Tints of Patina #63A28D

RGB

 RED value IS 99 (39.06% from 255) = 24.63%

 GREEN value IS 162 (63.67% from 255) = 40.3%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 24.63%
G = 40.3%
B = 35.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#63A28D (or 0x63A28D) is known color: Patina. HEX triplet: 63, A2 and 8D. RGB value is (99,162,141). Sum of RGB (Red+Green+Blue) = 99+162+141=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #63A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A28D is #9C5D72. Grayscale: #8C8C8C. Windows color (decimal): -10247539 or 9282147. OLE color: 9282147.

HSL color Cylindrical-coordinate representation of color #63A28D: hue angle of 160º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A28D is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 162 141 -
CMYK 0.39 0 0.13 0.36
HSL 160º 0.25% 0.51% -
HSV(B) 160º 0.39% 0.64% -
XYZ 22.87 30.42 29.86 -
YUV 140.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 99 162 141 0.39 0 0.13 0.36 160 0.25 0.51
Hex 63 A2 8D 27 0 D 24 A0 19 33
Octal 143 242 215 47 0 15 44 240 31 63
Binary 1100011 10100010 10001101 100111 0 1101 100100 10100000 11001 110011

Color Harmonies of #63A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A28D

Black with #63A28D

Text Example


Text Example

White with #63A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A28D; }

 p { color: rgb(99,162,141); }

 H1.HeaderClassName
 {
   color: #63A28D;
 }
 .AnyTagClassName
 {
   color: #63A28D;
 }
</style>

background-color css

<style>
 a { background-color: #63A28D; }

 a { background-color: rgb(99,162,141); }

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

border-color css

<style>
 span { border-color: #63A28D; }

 span { border-color: rgb(99,162,141); }

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