#639471

Color #639471 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #639471

Tints of Oxley #639471

Color information

#639471 (or 0x639471) is unknown color: approx Oxley. HEX triplet: 63, 94 and 71. RGB value is (99,148,113). Sum of RGB (Red+Green+Blue) = 99+148+113=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #639471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639471 is #9C6B8E. Grayscale: #818181. Windows color (decimal): -10251151 or 7443555. OLE color: 7443555.

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

Color convert

RGB99148113-
CMYK0.3300.240.42
HSL137.14º19.84%48.43%-
HSV(B)137.14º33.11%58.04%-
XYZ18.7225.0219.47-
YUV129.36118.77106.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=27.5%
G=41.11%
B=31.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481130.3300.240.42137.1419.8448.43
Hex639471210182A891430
Octal14322416141030522112460
Binary11000111001010011100011000010110001010101000100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639471; }

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

 H1.HeaderClassName
 {
   color: #639471;
 }
 .AnyTagClassName
 {
   color: #639471;
 }
</style>
background-color css

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

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

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

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

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

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