#639478

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

Shades of Oxley #639478

Tints of Oxley #639478

Color information

#639478 (or 0x639478) is unknown color: approx Oxley. HEX triplet: 63, 94 and 78. RGB value is (99,148,120). Sum of RGB (Red+Green+Blue) = 99+148+120=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #639478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639478 is #9C6B87. Grayscale: #828282. Windows color (decimal): -10251144 or 7902307. OLE color: 7902307.

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

Color convert

RGB99148120-
CMYK0.3300.190.42
HSL145.71º19.84%48.43%-
HSV(B)145.71º33.11%58.04%-
XYZ19.1325.1921.62-
YUV130.16122.27105.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=26.98%
G=40.33%
B=32.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481200.3300.190.42145.7119.8448.43
Hex639478210132A921430
Octal14322417041023522222460
Binary11000111001010011110001000010100111010101001001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639478; }

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

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

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

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

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

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

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

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