#649578

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

Shades of Oxley #649578

Tints of Oxley #649578

Color information

#649578 (or 0x649578) is unknown color: approx Oxley. HEX triplet: 64, 95 and 78. RGB value is (100,149,120). Sum of RGB (Red+Green+Blue) = 100+149+120=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #649578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649578 is #9B6A87. Grayscale: #838383. Windows color (decimal): -10185352 or 7902564. OLE color: 7902564.

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

Color convert

RGB100149120-
CMYK0.3300.190.42
HSL144.49º19.68%48.82%-
HSV(B)144.49º32.89%58.43%-
XYZ19.3925.5621.68-
YUV131.04121.77105.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=27.10%
G=40.38%
B=32.52%

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
Decimal1001491200.3300.190.42144.4919.6848.82
Hex649578210132A901431
Octal14422517041023522202461
Binary11001001001010111110001000010100111010101001000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649578; }

 p { color: rgb(100,149,120); }

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

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

 a { background-color: rgb(100,149,120); }

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

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

 span { border-color: rgb(100,149,120); }

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