Html Css Color HEX #639480 Patina

📋 copy color: '#639480'

red 99 ◦ green 148 ◦ blue 128

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

Shades of Patina #639480

Tints of Patina #639480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 26.4%
G = 39.47%
B = 34.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#639480 (or 0x639480) is known color: Patina. HEX triplet: 63, 94 and 80. RGB value is (99,148,128). Sum of RGB (Red+Green+Blue) = 99+148+128=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #639480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639480 is #9C6B7F. Grayscale: #838383. Windows color (decimal): -10251136 or 8426595. OLE color: 8426595.

HSL color Cylindrical-coordinate representation of color #639480: hue angle of 155.51º 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 #639480 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 128 -
CMYK 0.33 0 0.14 0.42
HSL 155.51º 0.2% 0.48% -
HSV(B) 155.51º 0.33% 0.58% -
XYZ 19.63 25.39 24.29 -
YUV 131.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 99 148 128 0.33 0 0.14 0.42 155.51 0.2 0.48
Hex 63 94 80 21 0 E 2A 9C 14 30
Octal 143 224 200 41 0 16 52 234 24 60
Binary 1100011 10010100 10000000 100001 0 1110 101010 10011100 10100 110000

Color Harmonies of #639480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639480

Black with #639480

Text Example


Text Example

White with #639480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639480; }

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

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

background-color css

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

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

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

border-color css

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

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

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