#649273

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

Shades of Oxley #649273

Tints of Oxley #649273

Color information

#649273 (or 0x649273) is unknown color: approx Oxley. HEX triplet: 64, 92 and 73. RGB value is (100,146,115). Sum of RGB (Red+Green+Blue) = 100+146+115=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #649273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649273 is #9B6D8C. Grayscale: #808080. Windows color (decimal): -10186125 or 7574116. OLE color: 7574116.

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

Color convert

RGB100146115-
CMYK0.3200.210.43
HSL139.57º18.7%48.24%-
HSV(B)139.57º31.51%57.25%-
XYZ18.6324.519.97-
YUV128.71120.26107.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=27.70%
G=40.44%
B=31.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461150.3200.210.43139.5718.748.24
Hex649273200152B8c1330
Octal14422216340025532142360
Binary11001001001001011100111000000101011010111000110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649273; }

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

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

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

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

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

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

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

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