Html Css Color HEX #639482 Patina

📋 copy color: '#639482'

red 99 ◦ green 148 ◦ blue 130

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

Shades of Patina #639482

Tints of Patina #639482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 26.26%
G = 39.26%
B = 34.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#639482 (or 0x639482) is known color: Patina. HEX triplet: 63, 94 and 82. RGB value is (99,148,130). Sum of RGB (Red+Green+Blue) = 99+148+130=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #639482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639482 is #9C6B7D. Grayscale: #838383. Windows color (decimal): -10251134 or 8557667. OLE color: 8557667.

HSL color Cylindrical-coordinate representation of color #639482: hue angle of 157.96º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639482 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 130 -
CMYK 0.33 0 0.12 0.42
HSL 157.96º 0.2% 0.48% -
HSV(B) 157.96º 0.33% 0.58% -
XYZ 19.76 25.44 24.99 -
YUV 131.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 99 148 130 0.33 0 0.12 0.42 157.96 0.2 0.48
Hex 63 94 82 21 0 C 2A 9E 14 30
Octal 143 224 202 41 0 14 52 236 24 60
Binary 1100011 10010100 10000010 100001 0 1100 101010 10011110 10100 110000

Color Harmonies of #639482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639482

Black with #639482

Text Example


Text Example

White with #639482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639482; }

 p { color: rgb(99,148,130); }

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

background-color css

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

 a { background-color: rgb(99,148,130); }

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

border-color css

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

 span { border-color: rgb(99,148,130); }

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