#649278

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

Shades of Oxley #649278

Tints of Oxley #649278

Color information

#649278 (or 0x649278) is unknown color: approx Oxley. HEX triplet: 64, 92 and 78. RGB value is (100,146,120). Sum of RGB (Red+Green+Blue) = 100+146+120=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #649278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649278 is #9B6D87. Grayscale: #818181. Windows color (decimal): -10186120 or 7901796. OLE color: 7901796.

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

Color convert

RGB100146120-
CMYK0.3200.180.43
HSL146.09º18.7%48.24%-
HSV(B)146.09º31.51%57.25%-
XYZ18.9224.6221.52-
YUV129.28122.76107.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=27.32%
G=39.89%
B=32.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461200.3200.180.43146.0918.748.24
Hex649278200122B921330
Octal14422217040022532222360
Binary11001001001001011110001000000100101010111001001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649278; }

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

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

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

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

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

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

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

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