#649576

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

Shades of Oxley #649576

Tints of Oxley #649576

Color information

#649576 (or 0x649576) is unknown color: approx Oxley. HEX triplet: 64, 95 and 76. RGB value is (100,149,118). Sum of RGB (Red+Green+Blue) = 100+149+118=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #649576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649576 is #9B6A89. Grayscale: #828282. Windows color (decimal): -10185354 or 7771492. OLE color: 7771492.

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

Color convert

RGB100149118-
CMYK0.3300.210.42
HSL142.04º19.68%48.82%-
HSV(B)142.04º32.89%58.43%-
XYZ19.2725.5121.05-
YUV130.82120.77106.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=27.25%
G=40.60%
B=32.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491180.3300.210.42142.0419.6848.82
Hex649576210152A8e1431
Octal14422516641025522162461
Binary11001001001010111101101000010101011010101000111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649576; }

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

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

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

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

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

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

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

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