#639479

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

Shades of Oxley #639479

Tints of Oxley #639479

Color information

#639479 (or 0x639479) is unknown color: approx Oxley. HEX triplet: 63, 94 and 79. RGB value is (99,148,121). Sum of RGB (Red+Green+Blue) = 99+148+121=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #639479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639479 is #9C6B86. Grayscale: #828282. Windows color (decimal): -10251143 or 7967843. OLE color: 7967843.

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

Color convert

RGB99148121-
CMYK0.3300.180.42
HSL146.94º19.84%48.43%-
HSV(B)146.94º33.11%58.04%-
XYZ19.1925.2121.94-
YUV130.27122.77105.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=26.90%
G=40.22%
B=32.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481210.3300.180.42146.9419.8448.43
Hex639479210122A931430
Octal14322417141022522232460
Binary11000111001010011110011000010100101010101001001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639479; }

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

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

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

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

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

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

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

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