#649276

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

Shades of Oxley #649276

Tints of Oxley #649276

Color information

#649276 (or 0x649276) is unknown color: approx Oxley. HEX triplet: 64, 92 and 76. RGB value is (100,146,118). Sum of RGB (Red+Green+Blue) = 100+146+118=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #649276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649276 is #9B6D89. Grayscale: #818181. Windows color (decimal): -10186122 or 7770724. OLE color: 7770724.

HSL color Cylindrical-coordinate representation of color #649276: hue angle of 143.48º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649276 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB100146118-
CMYK0.3200.190.43
HSL143.48º18.7%48.24%-
HSV(B)143.48º31.51%57.25%-
XYZ18.824.5820.89-
YUV129.05121.76107.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=27.47%
G=40.11%
B=32.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461180.3200.190.43143.4818.748.24
Hex649276200132B8f1330
Octal14422216640023532172360
Binary11001001001001011101101000000100111010111000111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649276; }

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

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

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

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

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

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

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

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